Update Blazor bookmarks

pull/24027/head
guardrex 2021-11-22 15:06:39 -06:00
parent ba2c2c4ad0
commit f27ed6283e
2 changed files with 2 additions and 5 deletions

View File

@ -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: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> > * <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 ## Authentication

View File

@ -105,10 +105,7 @@ For more information:
## Scaffold Identity ## Scaffold Identity
Scaffold Identity into a Blazor Server project: For more information on scaffolding Identity into a Blazor Server project, see <xref:security/authentication/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).
## Additional claims and tokens from external providers ## Additional claims and tokens from external providers