Skip to content

[Blazor][Wasm] Authentication improvements #19966

@javiercn

Description

@javiercn

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.

Metadata

Metadata

Assignees

Labels

DoneThis issue has been fixedarea-blazorIncludes: Blazor, Razor Componentsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssembly

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions