add support for dynamic consents in RemoteAuthenticatorView #42202
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-msal
This issue is related to MSAL usage in Blazor
feature-blazor-wasm
This issue is related to and / or impacts Blazor WebAssembly
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
i am trying to add dynamic consents to my blazor WASM application. In order to do so, I need to redirect a user to
Describe the solution you'd like
it would be great if I could use the remoteauthenticatorview with an action like /authentication/consent?scope=. When the autenticatorview is called with this, the popup shows the consent window and handles the response.
Additional context
No response
The text was updated successfully, but these errors were encountered: