You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Authservice needs to react on the logout request in order to cleanup sessions. Did you configure logout in your oidc filter?
In addition, if your OIDC provides a logout endpoint you can configure the endpoint in the LogoutConfig so that when a logout is performed in your app it will be performed in the OIDC provider too.
If you are using configuration_uri to configure the OIDC endpoints and the OIDC provides an end_session_endpoint you still need to provide at least logout.path in order to the tell the Authservice when a request must start the logout flow.
I hope this helps, if it doesn't feel free to share your configs and logs.
Hi There,
I have below SSO scenario for which Auth Service is not behaving as expected. Probably I am missing some configuration or anything else.
In the same browser
How do we notify AuthService to remove the previous user session in the above scenario. Please let me know if you need more details. Thanks.
The text was updated successfully, but these errors were encountered: