File tree Expand file tree Collapse file tree
aspnetcore/security/authentication/social Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: wadepickett
44description : This tutorial demonstrates the integration of Google account user authentication into an existing ASP.NET Core app.
55ms.author : wpickett
66ms.custom : mvc
7- ms.date : 06/18 /2025
7+ ms.date : 12/26 /2025
88uid : security/authentication/google-logins
99---
1010# Google external login setup in ASP.NET Core
@@ -71,6 +71,12 @@ Manage API credentials and usage in the [API Console](https://console.developers
7171
7272## Configure Google authentication
7373
74+ Add the [`Microsoft.AspNetCore.Authentication.Google`](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.Google) nuget package:
75+
76+ ```dotnetcli
77+ dotnet add package Microsoft.AspNetCore.Authentication.Google
78+ ```
79+
7480:::moniker range=">= aspnetcore-6.0"
7581
7682Add the authentication service to the ` Program ` file:
You can’t perform that action at this time.
0 commit comments