-
-
Notifications
You must be signed in to change notification settings - Fork 179
Support OIDC Logout endpoints #407
Copy link
Copy link
Open
Labels
AuthenticationAuthentication & PermissionsAuthentication & PermissionsFeatureAdditions to HeadplaneAdditions to Headplane
Milestone
Metadata
Metadata
Assignees
Labels
AuthenticationAuthentication & PermissionsAuthentication & PermissionsFeatureAdditions to HeadplaneAdditions to Headplane
Projects
Status
Todo
Description
I use Keycloak as an OIDC provider, but I have encountered an issue where specifying
end_session_endpointin the OIDC Headplane configuration does not work. I want the user to be automatically logged out of their Keycloak account when they log out of Headplane, but this is not happening.At the moment, I have simply set a short session lifetime in Keycloak, but it would be very convenient to trigger a redirect on logout. Thank you in advance!