From 3908574b301c6e34bc56ac148b124e5b72e10496 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 23 Jun 2020 10:13:09 -0500 Subject: [PATCH] Address Blazor Server heading (#18927) --- aspnetcore/blazor/security/server/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aspnetcore/blazor/security/server/index.md b/aspnetcore/blazor/security/server/index.md index 5d03080fd3..8b23a2a2c7 100644 --- a/aspnetcore/blazor/security/server/index.md +++ b/aspnetcore/blazor/security/server/index.md @@ -13,6 +13,8 @@ uid: blazor/security/server/index By [Luke Latham](https://github.com/guardrex) +Blazor Server apps are configured for security in the same manner as ASP.NET Core apps. For more information, see the articles under . Topics under this overview apply specifically to Blazor Server. + ## Blazor Server project template The Blazor Server project template can be configured for authentication when the project is created. @@ -94,10 +96,6 @@ For more information, see the [`dotnet new`](/dotnet/core/tools/dotnet-new) comm --- -## Secure an existing app - -Blazor Server apps are configured for security in the same manner as ASP.NET Core apps. For more information, see the articles under . - ## Scaffold Identity Scaffold Identity into a Blazor Server project: