
JuliaJ.59447 (Customer) asked a question.
Hi Everyone,
I am using SAML for one of my web applications. SSO is working fine for me, but I am having trouble working with SLO. There is not much information about SLO as well as no proper documentation. I implemented everything but logout url is redirecting me to a page with 403 forbidden request. Can anyone help me on that. Is my configuration is wrong somehow?

Thank you for posting your question, my name is Alexandru.
Okta currently only supports SP-INIT SLO meaning the SP web app sends the SLO request to logout the Okta session.
Okta does not log out web apps.
Does the application supports SLO? As not all application's are supporting SLO.
The logout requests that a SP sends, as a POST, must be signed. This must conform to section 3.7 and 4.4 of the:
http://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf
The SP certificate needs to be added into the Okta application and the certificate has to be provided by the SP.