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
Before .NET10, the `Microsoft.AspnetCore.Authentication.Google` packagewasprovidedbyMicrosoft. Startingwith .NET10,
598
+
Microsoft [stoppedshippingnewversionsofthe `Microsoft.AspnetCore.Authentication.Google` package](https://github.com/dotnet/aspnetcore/issues/61817).
See [Microsoft's guide](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-9.0#create-the-google-oauth-20-client-id-and-secret)
Copy file name to clipboardExpand all lines: src/content/docs/identityserver/ui/login/external.md
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -329,18 +329,20 @@ authentication and configuring it.
329
329
330
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 |
|[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 |
343
+
|[Entra ID / Microsoft Account / ...](https://www.nuget.org/packages/Microsoft.Identity.Web)| Microsoft |
344
+
|[Google](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins)| Google |
| 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 |
347
+
|[Rock Solid Knowledge SAML2P](https://www.identityserver.com/products/saml2p)| Rock Solid Knowledge |
348
+
|[Rock Solid Knowledge WS-Federation](https://www.identityserver.com/products/ws-federation)| Rock Solid Knowledge |
0 commit comments