Hi there, I would like to ask about OIDC Single Lo...
# talk-kratos
e
Hi there, I would like to ask about OIDC Single Logout (SLO) . As far as I can see, there is no support in kratos for that (unless someone tells me I'm wrong, I'll open a feat request). That means, if I want it for now, I'll have to implement it by myself in my application. First, I'm interested in getting logged out (not initiating the flow). I've tried to do it by the front channel, simply by specifying the logout route of my application at the identity provider, but it didn't work, because it's done in an iframe and the ory kratos cookies aren't sent in this case. So, it is anyway better to do it by the back channel. Now, I'm having many ideas of hacks on how to use the logout_token to find the right session to delete or invalidate, just wanted to ask if someone has already implemented OIDC SLO and what are the hints for my case
If you tell me where to start (maybe give me a similar PR) I can try to implement it by myself