-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Token Based Authorization using IdentityServer with Blazor #14191
Comments
The blazor IdM impl and Steve's doc are great, but as long as we're addressing IdentityServer here, be sure not to forget another important IdP in that doc: Azure, AAD and AADB2C. The current doc page is a bit thin on AuthN solutions available to blazor-clients: how to redirect to an AADB2C OpenID-Connect flow for example (blazor-client and server interaction necessary here). This, I'm assuming (currently trying to impl.) would work similar to a pure javascript auth library for OAuth/OpenID such as that provided by Auth0. Optimal would be a Blazor.net SPA-Component from AAD B2C just like the JS ones you get off the shelf from Auth0 and Okta...? Thanks |
Great. Clear Identity Management practices, a basis for security and privacy, is the sign of a production-ready design. |
@javiercn do you have a separate item tracking your piece of work here? |
We track this work at dotnet/aspnetcore#12320 |
Is there a "standard" sample on how one would use Blazor WebAssembly + ASP Core API with Identity server? I mean a common case scenario, probably with JWT tokens? |
@javiercn did you have a sample like this somewhere ? |
@mkArtakMSFT I do have a sample, but nothing that I want to share in its current form. |
@guardrex I think this should be closed. We have https://docs.microsoft.com/en-us/aspnet/core/security/blazor/webassembly/hosted-with-identity-server?view=aspnetcore-3.1. Let us know though if you think something is still missing! |
From @noufionline ...
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: