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