Skip to content

[Logout] How to logout from provider? #935

Answered by sebadob
cocoon asked this question in Q&A
Discussion options

You must be logged in to vote

How can I tell rauthy to logout a user from it's provider if logging out from rauthy?

Currently, you can't.

Rauthy can accept Backchannel Logout from upstream providers and propagate them to downstream clients, but it does not trigger a logout upstream. This is also not as straight forward as you might think, since this can very easily get you into a situation with endless loops and you DDoSing yourself, your upstream and all clients.

For instance, if Rauthy would simply trigger an additional upstream logout now, this self-DDoSing would happen. Making this work is not simple at all. If you just have a single upstream provider, it can be done if Rauthy would actually save the id_token fr…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cocoon
Comment options

@sebadob
Comment options

Answer selected by cocoon
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