Skip to content

Commit eb5a4d0

Browse files
authored
Add secure auth flows INCLUDE (#33993)
1 parent df728b4 commit eb5a4d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ The following services are registered.
133133
.AddEntityFrameworkStores<ApplicationDbContext>();
134134
```
135135

136+
[!INCLUDE[](~/blazor/security/includes/secure-authentication-flows.md)]
137+
136138
* Identity Server with an additional <xref:Microsoft.Extensions.DependencyInjection.IdentityServerBuilderConfigurationExtensions.AddApiAuthorization%2A> helper method that sets up default ASP.NET Core conventions on top of Identity Server:
137139

138140
```csharp

0 commit comments

Comments
 (0)