You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/security/authentication/configure-oidc-web-authentication.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,10 @@ Add the [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://www.nuget.or
50
50
51
51
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.
52
52
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.
0 commit comments