-
Notifications
You must be signed in to change notification settings - Fork 10k
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 support for "prompt="select_user" with WASM / MSAL #32640
Comments
Thanks for contacting us. We're moving this issue to the |
This is related to #25391 |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
I would like to know if Multitenant applications / accounts will be shown a propmpt for selecting a user, For example i've got [email protected] Could I do login with [email protected] and a promp "Which domain do you want to login" could be shown? As I belong to both tenants ¿Is this Issue created about this? |
Covered by #42580 |
When a user has more than one account for a service it is desirable to ask which account the user wants to use. Usually using MSAL on Javascript you can add "prompt=select_user" but this is not possible (as far as I know) to specify when using MSAL from Blazor.
The proposed feature would be to add to MsalProviderOptions a field to enable this.
The text was updated successfully, but these errors were encountered: