79649932

Date: 2025-06-02 15:34:40
Score: 2.5
Natty:
Report link

After reading this documentation: https://learn.microsoft.com/en-us/entra/identity-platform/msal-js-prompt-behavior#supported-prompt-values
You should add prompt=select_account in your URL and it will works as you expect.

The main difference with prompt=login the user is not requested to enter his password everytime.

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cédric Nirousset