Merge pull request #24027 from dotnet/guardrex/blazor-bookmark-updates
Update Blazor bookmarkspull/24030/head
commit
1e6d0e5baf
|
@ -28,7 +28,7 @@ Blazor WebAssembly apps run on the client. Authorization is *only* used to deter
|
|||
> <xref:Microsoft.AspNetCore.Identity.SignInManager%601> and <xref:Microsoft.AspNetCore.Identity.UserManager%601> aren't supported in Razor components. Blazor Server apps use ASP.NET Core Identity. For more information, see the following guidance:
|
||||
>
|
||||
> * <xref:blazor/security/server/index>
|
||||
> * [Scaffold ASP.NET Core Identity into a Blazor Server app without existing authorization](xref:security/authentication/scaffold-identity#scaffold-identity-into-a-blazor-server-project-without-existing-authorization)
|
||||
> * [Scaffold ASP.NET Core Identity into a Blazor Server app](xref:security/authentication/scaffold-identity#scaffold-identity-into-a-blazor-server-project)
|
||||
|
||||
## Authentication
|
||||
|
||||
|
|
|
@ -105,10 +105,7 @@ For more information:
|
|||
|
||||
## Scaffold Identity
|
||||
|
||||
Scaffold Identity into a Blazor Server project:
|
||||
|
||||
* [Without existing authorization](xref:security/authentication/scaffold-identity#scaffold-identity-into-a-blazor-server-project-without-existing-authorization).
|
||||
* [With authorization](xref:security/authentication/scaffold-identity#scaffold-identity-into-a-blazor-server-project-with-authorization).
|
||||
For more information on scaffolding Identity into a Blazor Server project, see <xref:security/authentication/scaffold-identity#scaffold-identity-into-a-blazor-server-project>.
|
||||
|
||||
## Additional claims and tokens from external providers
|
||||
|
||||
|
|
Loading…
Reference in New Issue