-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Milestone
Description
Describe the feature you'd like
When I press "Logout" on Bookstack, I only get logged out of Bookstack. If the authentication is through an OIDC provider, I'd want to be logged out of the provider as well.
There is an end_session_endpoint
given in the OIDC discovery endpoint, so this shouldn't be too difficult to add.
Describe the benefits this would bring to existing BookStack users
This feature is how the SAML method works, and is how SSO is supposed to work - single sign on, single logout.
If another person wants to log onto the Bookstack service and we are using OIDC, I need to logout of Bookstack and manually clear my OIDC tokens before they can log on.
Can the goal of this request already be achieved via other means?
Yes? Technically, using SAML would allow this to work, but I was unable to successfully get SAML setup, whereas the OIDC setup was quick and painless.
Have you searched for an existing open/closed issue?
- I have searched for existing issues and none cover my fundemental request
How long have you been using BookStack?
0 to 6 months
Additional context
No response