Skip to content

Commit a57b1bf

Browse files
authored
Merge pull request #36548 from dotnet/main
Merge to Live
2 parents f83cdc9 + d62d497 commit a57b1bf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

aspnetcore/security/authentication/social/google-logins.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: wadepickett
44
description: This tutorial demonstrates the integration of Google account user authentication into an existing ASP.NET Core app.
55
ms.author: wpickett
66
ms.custom: mvc
7-
ms.date: 06/18/2025
7+
ms.date: 12/26/2025
88
uid: 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

7682
Add the authentication service to the `Program` file:

0 commit comments

Comments
 (0)