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

User cannot login as different user from same machine #1550

Open
vishwa-amit opened this issue Mar 24, 2021 · 1 comment
Open

User cannot login as different user from same machine #1550

vishwa-amit opened this issue Mar 24, 2021 · 1 comment

Comments

@vishwa-amit
Copy link

Use Case: User can have multiple accounts associated with multiple roles or multiple users have the same machine to log in through different accounts

Steps to reproduce

  • Once Logged in, the User cannot logout from the same browser and log in as a different user even though all the cookies and local storage are cleared off.
@jricher
Copy link
Member

jricher commented Mar 31, 2021

Are the accounts tied to a single-sign on? Once logged out, the user should be re-prompted for their credentials. However if there is some kind of SSO setup either to the IdP itself, or if the session at the IdP is not cleared but the session at the RP is, then the user will get logged in automatically as described.

There is no known solution to this. Single-sign-on and single-sign-out are goals at odds with each other.

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