From feed6877142588ee2e2f7920550885d66e30aaf4 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:02:39 -0400 Subject: [PATCH] Add secure auth flows INCLUDE --- .../blazor/security/webassembly/hosted-with-identity-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md b/aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md index d5425f6fb4dc..dfda545a866e 100644 --- a/aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md +++ b/aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md @@ -133,6 +133,8 @@ The following services are registered. .AddEntityFrameworkStores(); ``` + [!INCLUDE[](~/blazor/security/includes/secure-authentication-flows.md)] + * Identity Server with an additional helper method that sets up default ASP.NET Core conventions on top of Identity Server: ```csharp