Session and Logout Flow with Hydra SSO (multiple clients) #2268
-
Hello everyone, Provided, we are using SSO with Hydra and a user performs login into one application and launches another application (different oauth client) but using SSO (using id_token_hint and/or hydra browser session cookie), when user logs out from one application, how does it work?
Please suggest your views. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @sagarshah1983
Let me know if something is still unclear. |
Beta Was this translation helpful? Give feedback.
Hello @sagarshah1983
Hope you are doing well, forgive the late answer to these questions 🙏
No, but you have two different levels of session in this case - one in the OAuth2 layer at Hydra ( this lets the user do the next OAuth2 request without login), and one in the application layer for the user session (managed by for example something like Ory Kratos)
It would say it makes sense that the user is logged out from both applications which seems to be the default.