Update Blazor bookmarks
parent
ba2c2c4ad0
commit
f27ed6283e
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue