-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Add support for "prompt="select_user" with WASM / MSAL #32640
Copy link
Copy link
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssemblyfeature-blazor-wasm-auth
Milestone
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssemblyfeature-blazor-wasm-auth
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.