Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Redirect to custom URL after logout #128

Open
igittigitt opened this issue Apr 11, 2022 · 1 comment
Open

Feature request: Redirect to custom URL after logout #128

igittigitt opened this issue Apr 11, 2022 · 1 comment

Comments

@igittigitt
Copy link

Hitting "Logout" in DokuWiki in the context of oauth may result in two actions:

  1. remove the application session from the IdP => this will somewhat disconnect the service, but as soon as the user accesses an URL of DokuWiki he is logged in again.
  2. destroy the user session in the IdP => this will logout the user from the IdP, but not only for the use of DokuWiki but of all logged-in applications (SSO).

If there is a logout-button, a user might click on it, but he has no clue what happens next. If he click, reload the page and is just in again, he get the impression that the button has no use. On the other side if he click and get's logged out of all other services which he is using in parallel, he will be surprised also.

Both scenarios are complicated to handle and i think about if there should be a logout-button at all, or if the button should redirect to the IdP account page, where a user can logout, if he want to?

@glensc
Copy link
Contributor

glensc commented Apr 20, 2023

with oauth-azure plugin when you click logout you get redirected to azure logout page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants