<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D5KZ00000ZMZvZ0AXOkta Classic EngineSingle Sign-OnAnswered2025-03-21T21:38:32.000Z2025-03-19T02:52:04.000Z2025-03-21T21:38:32.000Z
SAML SSO Logout using post_logout_redirect_uri

I have Node app an use OKTA for SSO using SAML.  

 

My SSO works as expected - i.e. I get prompted for my my creds, push notification authenticate successfully, get back profile, etc. It works.

 

Now, I am trying to do a "simple" OKTA logout with a redirect back to my app's login screen. This is not SLO, just a logout and redirect using the following:

 

'https://trial-12345xyz.okta.com/login/signout?post_logout_redirect_uri=https://localhost:4001'

 

Appears straight-forward enough. Logout of OKTA, then redirect to https://localhost:4001 (btw, is encoded)

(successfully did this w/MS Entra - no issue)

 

The logout occurs fine; the redirect never happens. I've spent hours looking through this and the docs.  

 

I keep finding info that states:

* look for "Logout redirect URIs" within the Okta admin console under the LOGIN section of General Settings." I see no such setting.

* enable and set up SLO and and enter url. I created cert/pem, enabled, entered url. No effect.

 

This seems like it should be a straight-forward procedure but I certainly must be missing something.

 

When I check the browser network stack I see the logout but NO indication of the redirect at all.

 

Any ideas would be appreciated.

 

Thanks

Rob


This question is closed.
Loading
SAML SSO Logout using post_logout_redirect_uri