[Enhancement]: Redirect back to LibreChat after OIDC logout from End Session Endpoint #8952
KaranLala
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 2 replies
-
Are you using: OPENID_USE_END_SESSION_ENDPOINT=true ? If so, it may need to be implemented. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
When logging out via OpenID Connect (Keycloak), LibreChat sends the browser to the OP’s logout endpoint but doesn’t seem to include id_token_hint or post_logout_redirect_uri. This means the user lands on Keycloak’s logout page instead of being redirected straight back to LibreChat.
Is there a way to configure LibreChat so that it sends these parameters, allowing Keycloak (and other OIDC providers) to immediately end the SSO session and redirect to the client without showing the provider’s logout page?
More details
Which components are impacted by your request?
No response
Pictures
OIDC
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions