Skip to content

Commit d250ac7

Browse files
committed
Update schemes doc
1 parent 7d29cd4 commit d250ac7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aspnetcore/security/authentication/configure-oidc-web-authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ Add the [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://www.nuget.or
5050

5151
Add the authentication to the web application using the builder.Services in the **Program.cs** file. The configuration is dependent on the OpenID Connect server. Each OpenID Connect server requires small differences in the setup.
5252

53+
The OpenID Connect handler is used for challenges and signout. The cookie is used to handle the session in the web application. The default schemes for the authentication can be specified as required.
54+
55+
See the ASP.NET Core [authentication-handler]( https://learn.microsoft.com/en-us/aspnet/core/security/authentication/?view=aspnetcore-8.0#authentication-handler) for details.
56+
5357
```csharp
5458
builder.Services.AddAuthentication(options =>
5559
{

0 commit comments

Comments
 (0)