Closed
Description
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.