Skip to content

Commit 8f6b020

Browse files
authored
Blazor Security Overview update (#18311)
1 parent af4f55c commit 8f6b020

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

  • aspnetcore/security/blazor/webassembly

aspnetcore/security/blazor/webassembly/index.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to secure Blazor WebAssemlby apps as Single Page Applicat
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 04/24/2020
8+
ms.date: 05/14/2020
99
no-loc: [Blazor, "Identity", "Let's Encrypt", Razor, SignalR]
1010
uid: security/blazor/webassembly/index
1111
---
@@ -46,8 +46,22 @@ The `Microsoft.AspNetCore.Components.WebAssembly.Authentication` library offers
4646
* When the Blazor WebAssembly app loads the login callback endpoint (`/authentication/login-callback`), the authentication response is processed.
4747
* If the authentication process completes successfully, the user is authenticated and optionally sent back to the original protected URL that the user requested.
4848
* If the authentication process fails for any reason, the user is sent to the login failed page (`/authentication/login-failed`), and an error is displayed.
49+
50+
## Implementation guidance
4951

50-
## Additional resources
52+
Articles under this *Overview* provide information on authenticating users in Blazor WebAssembly apps against specific providers.
5153

52-
* Articles under this *Overview* provide information on authenticating users in Blazor WebAssembly apps against specific providers.
53-
* <xref:security/blazor/webassembly/additional-scenarios>
54+
Standalone Blazor WebAssembly apps:
55+
56+
* [General guidance for OIDC providers and the WebAssembly Authentication Library](xref:security/blazor/webassembly/standalone-with-authentication-library)
57+
* [Microsoft Accounts](xref:security/blazor/webassembly/standalone-with-microsoft-accounts)
58+
* [Azure Active Directory (AAD)](xref:security/blazor/webassembly/standalone-with-azure-active-directory)
59+
* [Azure Active Directory (AAD) B2C](xref:security/blazor/webassembly/standalone-with-azure-active-directory-b2c)
60+
61+
Hosted Blazor WebAssembly apps:
62+
63+
* [Azure Active Directory (AAD)](xref:security/blazor/webassembly/hosted-with-azure-active-directory)
64+
* [Azure Active Directory (AAD) B2C](xref:security/blazor/webassembly/hosted-with-azure-active-directory-b2c)
65+
* [Identity Server](xref:security/blazor/webassembly/hosted-with-identity-server)
66+
67+
For further guidance on configuration, see <xref:security/blazor/webassembly/additional-scenarios>.

0 commit comments

Comments
 (0)