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
There are various ways this can be done. But first as there would be potentially many active application sessions during a SSO-Session, So there need to be clear distinction between scope of the logout.
Just end the current application session
End all application session.
First application scenario should not have effect on any other application or global sso server, so that can be simple invalidating the cookies or token of that application.
But in second scenario you will need some kind of mechanism that can notify each of the active application to end session for particular user from global sso server. This can be achieved using the some broker or webhook mechanism.
Thank for your work very useful
Can you explain more or give me some code to show how can i implement the logout feature on consumer and on the server ?
Thank for you reply
The text was updated successfully, but these errors were encountered: