Skip to content
Discussion options

You must be logged in to vote

Hello @sagarshah1983
Hope you are doing well, forgive the late answer to these questions 🙏

  1. Does it maintain different session for the Hydra/OAuth server and the one for Client application itself?
    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)
  2. During logout, does the user log out from both applications?
    It would say it makes sense that the user is logged out from both applications which seems to be the default.
  3. Can we have user session terminated only from the application/c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vinckr
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants