
JakubP.82729 (Smartlook) asked a question.
Hi I'm using single logout in my service application and whenever the user logs out of my application he is taken to Okta loading screen with the Okta blue loading circle and text "Signing out of <service name>". In the network tab I can see that my application's logout endpoint received the logout response successfully and responded with 204. Why does Okta not redirect user further? Should I redirect user myself after receiving the logout response? Is there a way to configure okta to redirect?

Hi @JakubP.82729 (Smartlook) ,
Let me know if this article helps: https://developer.okta.com/docs/guides/sign-users-out/android/define-signout-callback/
Thanks!
Tim
Okta, Inc.
Hi, thank you very much for your response. Unfortunately this article does not help. I have a nodejs server and your article does not mention how to set the post_logout_redirect_uri in this scenario.