
4zhpo (4zhpo) asked a question.
How to verify if Single logout is supported before sending Single logout request to Okta? If I haven't set Single logout at okta side then I am getting infinite loop sending SLO request to okta and getting response with Unsupported status.

Hi Aliaksandr,
This is Radu from Okta. Single Logout (SLO) is a feature in federated authentication where end users can sign out of both their Okta session and a configured application with a single action.
Okta supports this sign out process only when initiated by a Service Provider (SP). The SP sends the SLO request to Okta to end the Okta session. I recommend reviewing the following KB Article for more details on this: https://help.okta.com/en/prod/Content/Topics/Apps/Apps_Single_Logout.htm
If you still have questions, I recommend opening a support ticket with us.
Have a great weekend!
Hi Radu. This flow is clear to, but I am about the case when I initiate SLO process by service provider, but for some reasons app doesn't have slo enabled. Is it possible to check if slo is enabled for a specific app before initiating single logout?