Skip to content

[Blazor][Wasm] Authentication improvements #19966

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

Closed
5 of 6 tasks
javiercn opened this issue Mar 18, 2020 · 0 comments
Closed
5 of 6 tasks

[Blazor][Wasm] Authentication improvements #19966

javiercn opened this issue Mar 18, 2020 · 0 comments
Assignees
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly

Comments

@javiercn
Copy link
Member

javiercn commented Mar 18, 2020

This is just a tracking issue to collect all auth related improvements/minor fixes so that they can be tackled together.

All the issues below can be tackled/addressed together:

In addition to those, we want to do a couple other small things based on feedback:

  • Provide an abstraction to enrich the user claims:
    • This is doable today overriding the RemoteAuthenticatorService, but its not easy to do. A separate abstraction simplifies this a lot.
    • Provide the ability to choose a return URL based on the authenticated user. This is useful in a couple of important scenarios:
      • A logged in user just registered and we want to be able to collect more profile data before we redirect him to the original resource he was trying to access.
      • We want to limit what users can use an app by calling an API on a third party server. This allows developers to redirect users to a separate page, like Forbidden.
@javiercn javiercn added cost: XS area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly labels Mar 18, 2020
@javiercn javiercn linked a pull request Mar 18, 2020 that will close this issue
@mkArtakMSFT mkArtakMSFT added this to the blazor-wasm-3.2-preview4 milestone Mar 19, 2020
@javiercn javiercn self-assigned this Mar 20, 2020
This was referenced Mar 26, 2020
@javiercn javiercn added Done This issue has been fixed and removed Working labels Apr 6, 2020
@javiercn javiercn closed this as completed Apr 6, 2020
@ghost ghost locked as resolved and limited conversation to collaborators May 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants