Skip to content
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 dynamic consents in RemoteAuthenticatorView #42202

Closed
1 task done
dgcaron opened this issue Jun 15, 2022 · 1 comment
Closed
1 task done

add support for dynamic consents in RemoteAuthenticatorView #42202

dgcaron opened this issue Jun 15, 2022 · 1 comment
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

Comments

@dgcaron
Copy link

dgcaron commented Jun 15, 2022

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

@javiercn javiercn added area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly feature-blazor-wasm-auth feature-blazor-msal This issue is related to MSAL usage in Blazor and removed feature-blazor-wasm-auth labels Jun 15, 2022
@javiercn
Copy link
Member

@dgcaron thanks for contacting us.

This is covered #27549

@javiercn javiercn added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Jun 16, 2022
@ghost ghost added the Status: Resolved label Jun 16, 2022
@javiercn javiercn closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

2 participants