Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Draft: fix: pass clientId on oidc logout flow, so can logout properly when IdToken is missing

For latest keycloak version, if the post_logout_redirect_uri is used, then we have to pass id_token_hint / client_id. But, id_token_hint can not initialized when refresh token happens / new login happens. In these cases, we want to pass client_id.

For more details: https://dev.to/austincunningham/keycloak-1901-and-setting-the-idtokenhint-220c

issue: e/infra/backlog#4162

Merge request reports

Loading