diff --git a/aspnetcore/security/authentication/social/google-logins.md b/aspnetcore/security/authentication/social/google-logins.md index f6cf3cc2ad8e..1b2776c1bdae 100644 --- a/aspnetcore/security/authentication/social/google-logins.md +++ b/aspnetcore/security/authentication/social/google-logins.md @@ -4,7 +4,7 @@ author: wadepickett description: This tutorial demonstrates the integration of Google account user authentication into an existing ASP.NET Core app. ms.author: wpickett ms.custom: mvc -ms.date: 06/18/2025 +ms.date: 12/26/2025 uid: security/authentication/google-logins --- # Google external login setup in ASP.NET Core @@ -71,6 +71,12 @@ Manage API credentials and usage in the [API Console](https://console.developers ## Configure Google authentication +Add the [`Microsoft.AspNetCore.Authentication.Google`](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.Google) nuget package: + +```dotnetcli +dotnet add package Microsoft.AspNetCore.Authentication.Google +``` + :::moniker range=">= aspnetcore-6.0" Add the authentication service to the `Program` file: