Skip to content

Commit 8188c76

Browse files
authored
Call out security config for Blazor Server apps (#18107)
1 parent 4b1a00b commit 8188c76

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • aspnetcore/security/blazor/server

aspnetcore/security/blazor/server/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to secure Blazor Server apps as ASP.NET Core applications
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 04/27/2020
8+
ms.date: 05/02/2020
99
no-loc: [Blazor, SignalR]
1010
uid: security/blazor/server/index
1111
---
@@ -93,3 +93,7 @@ Using the `-o|--output` option, the command uses the value provided for the `{AP
9393
For more information, see the [dotnet new](/dotnet/core/tools/dotnet-new) command in the .NET Core Guide.
9494

9595
---
96+
97+
## Secure an existing app
98+
99+
Blazor Server apps are configured for security in the same manner as ASP.NET Core apps. For more information, see the articles under <xref:security/index>.

0 commit comments

Comments
 (0)