Add support for Single LogOut (SLO) where supported #13369
yaronuliel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
signOutis called (on supporting provider, such as oath, KeyCloak and every other oidc based providers), without manual workNon-Goals
No response
Background
.well-known/openid-configuration, the IdP may provide aend_session_endpoint(info) paramter, that should be used when logging user out of the application so the user will also be logged out from the Identity Provider.Proposal
end_session_endpointshould also be readsignOut(idp_logoutor something like this), or add a new method (e.g.signOutPersistent)signOut- after the local signout, craft a url based on theend_session_endpointvalue and redirect the user to it in order to complete Single Log OutBeta Was this translation helpful? Give feedback.
All reactions