From f27ed6283efb94b6ddff18a0f310f303fdb51db0 Mon Sep 17 00:00:00 2001 From: guardrex <1622880+guardrex@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:06:39 -0600 Subject: [PATCH] Update Blazor bookmarks --- aspnetcore/blazor/security/index.md | 2 +- aspnetcore/blazor/security/server/index.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/aspnetcore/blazor/security/index.md b/aspnetcore/blazor/security/index.md index 5b72cb0a82..ec9c74f85f 100644 --- a/aspnetcore/blazor/security/index.md +++ b/aspnetcore/blazor/security/index.md @@ -28,7 +28,7 @@ Blazor WebAssembly apps run on the client. Authorization is *only* used to deter > and aren't supported in Razor components. Blazor Server apps use ASP.NET Core Identity. For more information, see the following guidance: > > * -> * [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 diff --git a/aspnetcore/blazor/security/server/index.md b/aspnetcore/blazor/security/server/index.md index 524e17d25b..47ec9c3b09 100644 --- a/aspnetcore/blazor/security/server/index.md +++ b/aspnetcore/blazor/security/server/index.md @@ -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 . ## Additional claims and tokens from external providers