Share via

Single Sign on

Zhaoxi Zhu 1 Reputation point
2022-06-17T07:03:35.797+00:00

I have two accounts to logon different web sites.
I will access to Site A with account A, when I try to access to Site B, I will automatically sign in with account A while I actually need to access to Site B with Account B.
I have tried to
Sign out account A from Site B
Switch to account B in Site B

But all attempts failed, my account in Site B will turn back to account A.
Is there anything I can do about this situation?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

1 answer

Sort by: Most helpful
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,546 Reputation points Moderator
    2022-06-22T19:47:14.49+00:00

    Hello @Zhaoxi Zhu , to interrupt SSO please append the prompt=select_account (Or prompt=login if you want to re-enter credentials) query param to your /authorize call. E.g.

    https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize?prompt=select_account&<ADDITIONAL PARAMS>

    Let us know if this answer was helpful to you or if you need additional assistance. If it was helpful, please remember to accept it and complete the quality survey so that others in the community with similar questions can more easily find a rated solution.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.