Replies: 1 comment 27 replies
-
Hello @wzrdtales
That's the full extent of backchannel logout on an authorization server. I don't get where the "only" comes from. Are you suggesting server-to-server call to the end_session_endpoint? That's not part of the backchannel logout spec and proprietary extensions to standard endpoints are not in scope. |
Beta Was this translation helpful? Give feedback.
27 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the readme this is supported, but as we discovered, actually only executing backchannel logout is supported, but not processing.
If a backchannel logout is performed against /session/end, currently it will just respond with the logout confirmation screen. So backchannel logout will effectively fail due to this. Keycloak handles the logout screen in this way, that it shows the screen if no id_token_hint is provided and automatically logs out if id_token_hint is present.
Beta Was this translation helpful? Give feedback.
All reactions