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

Add OAuth2 logout support #76

Open
rogerdahl opened this issue Dec 3, 2024 · 0 comments
Open

Add OAuth2 logout support #76

rogerdahl opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
feature New feature low priority Low priority

Comments

@rogerdahl
Copy link
Collaborator

The Logout function in the Portal clears the logged in session, but this does not change the logged in status at the IdP. We currently handle this by requiring a login prompt for each login, but we should also incorporate an actual OAuth2 logout flow for the IdPs that support it (it's a fairly new addition to the OAuth2 standard). An example of this is the Logout function on MyUNM, which uses Microsoft as the IdP. After logging out, the final page is https://login.microsoftonline.com/common/oauth2/logoutsession, with custom UNM styling.

@rogerdahl rogerdahl added feature New feature low priority Low priority labels Dec 3, 2024
@rogerdahl rogerdahl self-assigned this Dec 3, 2024
@rogerdahl rogerdahl moved this to ToDo in Consolidated Issues Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature low priority Low priority
Projects
Status: ToDo
Development

No branches or pull requests

1 participant