Closed
Description
The current OIDC back-channel logout support saves the end-user's CSRF token to use in a self-logout call when the back-channel request comes from the authorization server.
This adds more information to OidcSessionInformation
than may be necessary. Instead, I think it would also work to send the logout_token
in place of the CSRF token.
The upside is a simpler contract and simpler configuration. The possible downside is the logout token is validated multiple times, once for each session being invalidated.