-
Hi, Ory community. First of all, thanks your hard work for providing this open source solution. Our project really benefit a lot from it due to we need to issue lots of identities to users. Recently, we are approaching logout flow, and I feel confused toward how to logout Hydra and Kratos at the same time. The flow we are using is OAuth with github as OIDC provider. Once user click logout button, we would like to log out all the session related to not just Hydra but also Kratos. As far as I know the flow will be:
Now we had successfully wiped out oauth2_authentication_session cookie, here comes my question: How do we wipe out Kratos session from this point. Thanks again! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Not knowing much about your use case, |
Beta Was this translation helpful? Give feedback.
Not knowing much about your use case,
is revoking the option with the Self-Service Logout for API Clients an option?