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
See this [quickstart](/identityserver/quickstarts/2-interactive/) for step-by-step instructions for adding external
320
326
authentication and configuring it.
327
+
328
+
## Third-Party ASP.NET Core Authentication Handlers
329
+
330
+
In this section, find a non-exhaustive list of first-party and third-party ASP.NET authentication handlers that you can use in any ASP.NET Core application.
|[Cookie authentication](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie)| Part of .NET |
335
+
|[OpenID Connect](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-oidc-web-authentication)| Part of .NET |
336
+
|[JWT Bearer authentication](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-jwt-bearer-authentication)| Part of .NET |
337
+
|[Certificate authentication](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/certauth)| Part of .NET |
338
+
|[Windows authentication](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth)| Part of .NET |
339
+
|[WS-Federation](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/ws-federation)| Part of .NET |
340
+
|[Facebook / Meta](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/facebook-logins)| Part of .NET |
341
+
|[Microsoft Account](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/microsoft-logins)| Part of .NET |
342
+
|[Twitter / X](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/twitter-logins)| Part of .NET |
| Many social providers in [AspNet.Security.OAuth.Providers](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers)<br /><em><small>Airtable, Apple ID, GitHub, Hubspot, Instagram, Okta, Slack, ...</small></em> | Open-source |
0 commit comments