Skip to content

Commit

Permalink
Add secure auth flows INCLUDE (#33993)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Oct 31, 2024
1 parent df728b4 commit eb5a4d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ The following services are registered.
.AddEntityFrameworkStores<ApplicationDbContext>();
```

[!INCLUDE[](~/blazor/security/includes/secure-authentication-flows.md)]

* 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:

```csharp
Expand Down

0 comments on commit eb5a4d0

Please sign in to comment.