Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
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
https://login.microsoftonline.com/common/oauth2/v2.0/authorize?
client_id=<clientid>
&response_type=code
&redirect_uri=<redirecturi>
&response_mode=query
&scope=<scope to request>
&state=<rand>
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