Microsoft.AspNetCore.Authentication.Google 10.0.2

Prefix Reserved
dotnet add package Microsoft.AspNetCore.Authentication.Google --version 10.0.2
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.Google -Version 10.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Authentication.Google --version 10.0.2
                    
#r "nuget: Microsoft.AspNetCore.Authentication.Google, 10.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.AspNetCore.Authentication.Google@10.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Authentication.Google&version=10.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.Google&version=10.0.2
                    
Install as a Cake Tool

About

Microsoft.AspNetCore.Authentication.Google contains middleware to support Google's OAuth 2.0 authentication workflow.

How to Use

To use Microsoft.AspNetCore.Authentication.Google, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Authentication.Google

Configuration

  1. Refer to the guide in the official documentation here to configure the Google OAuth 2.0 client ID and secret
  2. Follow the steps in the official documentation here to store the Google client ID and secret
  3. Add the Authentication service to your app's Program.cs:
    var builder = WebApplication.CreateBuilder(args);
    
    builder.Services.AddAuthentication().AddGoogle(googleOptions =>
    {
        googleOptions.ClientId = builder.Configuration["Authentication:Google:ClientId"];
        googleOptions.ClientSecret = builder.Configuration["Authentication:Google:ClientSecret"];
    });
    

Main Types

The main types provided by this package are:

  • GoogleOptions: Represents the options for configuring Google authentication
  • GoogleHandler: The authentication handler responsible for processing Google authentication requests and generating the appropriate authentication ticket

Additional Documentation

For additional documentation and examples, refer to the official documentation on Google login setup in ASP.NET Core.

Feedback & Contributing

Microsoft.AspNetCore.Authentication.Google is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (144)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authentication.Google:

Package Downloads
Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Abp.AspNetZeroCore.Web

Package Description

NanoCore

The project is inspired by years of tedious repetitions, continuously re-writing similar code-snippets and libraries, to handle common functionality, not related to the business domain, such as logging, data persistence, message queuing, documentation, validation and similar.

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

GitHub repositories (71)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Authentication.Google:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
ivanpaulovich/clean-architecture-manga
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
davidfowl/TodoApp
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
aspnet-contrib/AspNet.Security.OAuth.Providers
OAuth 2.0 social authentication providers for ASP.NET Core
Squidex/squidex
Headless CMS and Content Managment Hub
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 21, React 19, Vue 3.5, BFF with YARP, NextJs 16, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ...
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
ivaylokenov/MyTested.AspNetCore.Mvc
Fluent testing library for ASP.NET Core MVC.
fullstackproltd/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
xamarin/Essentials
Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
Version Downloads Last Updated
10.0.2 70,607 1/13/2026
10.0.1 192,787 12/9/2025
10.0.0 439,586 11/11/2025
10.0.0-rc.2.25502.107 5,341 10/14/2025
10.0.0-rc.1.25451.107 4,427 9/9/2025
10.0.0-preview.7.25380.108 975 8/12/2025
10.0.0-preview.6.25358.103 1,640 7/15/2025
10.0.0-preview.5.25277.114 1,076 6/6/2025
10.0.0-preview.4.25258.110 1,107 5/12/2025
10.0.0-preview.3.25172.1 869 4/10/2025
10.0.0-preview.2.25164.1 84,480 3/18/2025
10.0.0-preview.1.25120.3 140,103 2/25/2025
9.0.12 13,003 1/13/2026
9.0.11 318,971 11/11/2025
9.0.10 459,798 10/14/2025
9.0.9 603,004 9/9/2025
9.0.8 570,365 8/5/2025
9.0.7 487,021 7/8/2025
9.0.6 518,581 6/10/2025
9.0.5 562,812 5/13/2025
9.0.4 549,293 4/8/2025
9.0.3 520,469 3/11/2025
9.0.2 553,297 2/11/2025
9.0.1 697,615 1/14/2025
9.0.0 738,672 11/12/2024
9.0.0-rc.2.24474.3 11,001 10/8/2024
9.0.0-rc.1.24452.1 5,051 9/10/2024
9.0.0-preview.7.24406.2 5,704 8/13/2024
9.0.0-preview.6.24328.4 102,844 7/9/2024
9.0.0-preview.5.24306.11 971 6/11/2024
9.0.0-preview.4.24267.6 914 5/21/2024
9.0.0-preview.3.24172.13 68,223 4/11/2024
9.0.0-preview.2.24128.4 968 3/12/2024
9.0.0-preview.1.24081.5 22,635 2/13/2024
8.0.23 8,823 1/13/2026
8.0.22 300,958 11/11/2025
8.0.21 389,206 10/14/2025
8.0.20 416,233 9/9/2025
8.0.19 454,524 8/4/2025
8.0.18 430,332 7/8/2025
8.0.17 487,815 6/10/2025
8.0.16 465,542 5/13/2025
8.0.15 538,296 4/8/2025
8.0.14 468,274 3/11/2025
8.0.13 481,162 2/11/2025
8.0.12 500,776 1/14/2025
8.0.11 916,880 11/12/2024
8.0.10 975,200 10/8/2024
8.0.8 1,059,684 8/13/2024
8.0.7 762,437 7/9/2024
8.0.6 762,775 5/28/2024
8.0.5 623,183 5/14/2024
8.0.4 745,877 4/9/2024
8.0.3 736,993 3/12/2024
8.0.2 744,466 2/13/2024
8.0.1 736,098 1/9/2024
8.0.0 1,411,514 11/14/2023
8.0.0-rc.2.23480.2 8,315 10/10/2023
8.0.0-rc.1.23421.29 3,097 9/12/2023
8.0.0-preview.7.23375.9 2,432 8/8/2023
8.0.0-preview.6.23329.11 2,747 7/11/2023
8.0.0-preview.5.23302.2 1,450 6/13/2023
8.0.0-preview.4.23260.4 265,048 5/16/2023
8.0.0-preview.3.23177.8 2,281 4/11/2023
8.0.0-preview.2.23153.2 89,219 3/14/2023
8.0.0-preview.1.23112.2 51,202 2/21/2023
7.0.20 451,174 5/28/2024
7.0.19 372,748 5/14/2024
7.0.18 376,507 4/9/2024
7.0.17 382,152 3/12/2024
7.0.16 390,905 2/13/2024
7.0.15 444,167 1/9/2024
7.0.14 477,419 11/14/2023
7.0.13 516,925 10/24/2023
7.0.12 437,755 10/10/2023
7.0.11 493,100 9/12/2023
7.0.10 573,043 8/8/2023
7.0.9 523,576 7/11/2023
7.0.8 472,563 6/22/2023
7.0.7 408,037 6/13/2023
7.0.5 889,774 4/11/2023
7.0.4 497,766 3/14/2023
7.0.3 513,173 2/14/2023
7.0.2 553,152 1/10/2023
7.0.1 449,202 12/13/2022
7.0.0 724,300 11/7/2022
7.0.0-rc.2.22476.2 3,529 10/11/2022
7.0.0-rc.1.22427.2 67,542 9/14/2022
7.0.0-preview.7.22376.6 1,247 8/9/2022
7.0.0-preview.6.22330.3 964 7/12/2022
7.0.0-preview.5.22303.8 1,164 6/14/2022
7.0.0-preview.4.22251.1 4,609 5/10/2022
7.0.0-preview.3.22178.4 1,210 4/13/2022
7.0.0-preview.2.22153.2 762 3/14/2022
7.0.0-preview.1.22109.13 788 2/17/2022
6.0.36 424,323 11/12/2024
6.0.35 381,870 10/8/2024
6.0.33 392,967 8/13/2024
6.0.32 392,846 7/9/2024
6.0.31 389,085 5/28/2024
6.0.30 393,044 5/14/2024
6.0.29 387,549 4/9/2024
6.0.28 390,413 3/12/2024
6.0.27 393,518 2/13/2024
6.0.26 431,531 1/9/2024
6.0.25 439,124 11/14/2023
6.0.24 493,306 10/24/2023
6.0.23 392,083 10/10/2023
6.0.22 443,361 9/12/2023
6.0.21 481,340 8/8/2023
6.0.20 426,289 7/11/2023
6.0.19 421,357 6/22/2023
6.0.18 399,388 6/13/2023
6.0.16 569,852 4/11/2023
6.0.15 460,347 3/14/2023
6.0.14 448,882 2/14/2023
6.0.13 648,071 1/10/2023
6.0.12 463,010 12/13/2022
6.0.11 620,128 11/7/2022
6.0.10 705,510 10/11/2022
6.0.9 566,600 9/13/2022
6.0.8 726,773 8/9/2022
6.0.7 1,200,107 7/12/2022
6.0.6 656,199 6/14/2022
6.0.5 1,780,874 5/10/2022
6.0.4 689,683 4/11/2022
6.0.3 599,526 3/8/2022
6.0.2 606,557 2/8/2022
6.0.1 1,383,291 12/14/2021
6.0.0 1,229,811 11/8/2021
6.0.0-rc.2.21480.10 5,894 10/12/2021
6.0.0-rc.1.21452.15 5,187 9/14/2021
6.0.0-preview.7.21378.6 2,964 8/10/2021
6.0.0-preview.6.21355.2 1,826 7/14/2021
6.0.0-preview.5.21301.17 1,512 6/15/2021
6.0.0-preview.4.21253.5 1,274 5/24/2021
6.0.0-preview.3.21201.13 1,186 4/8/2021
6.0.0-preview.2.21154.6 1,127 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 2,302 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 540,679 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 401,418 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 407,424 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 412,039 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 451,618 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 428,222 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 508,130 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 522,084 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 516,585 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 531,443 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 607,801 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 526,322 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 574,957 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 555,159 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 510,809 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 495,667 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 521,096 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 842,565 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 2,787 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 3,871 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 1,576 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 1,808 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 1,474 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 1,044 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 1,147 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 2,146 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 1,089 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 1,102 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 423,492 12/13/2022
3.1.31 382,616 11/8/2022
3.1.30 374,878 10/11/2022
3.1.29 375,740 9/13/2022
3.1.28 380,993 8/9/2022
3.1.27 381,416 7/12/2022
3.1.26 384,981 6/14/2022
3.1.25 383,939 5/10/2022
3.1.24 376,991 4/11/2022
3.1.23 394,173 3/8/2022
3.1.22 410,285 12/14/2021
3.1.21 400,152 11/7/2021
3.1.20 418,264 10/11/2021
3.1.19 403,916 9/14/2021
3.1.18 490,498 8/10/2021
3.1.17 427,105 7/13/2021
3.1.16 455,927 6/8/2021
3.1.15 398,537 5/11/2021
3.1.14 476,906 4/6/2021
3.1.13 478,307 3/9/2021
3.1.12 441,052 2/9/2021
3.1.11 532,089 1/12/2021
3.1.10 667,576 11/9/2020
3.1.9 627,443 10/13/2020
3.1.8 705,166 9/8/2020
3.1.7 524,144 8/11/2020
3.1.6 564,860 7/14/2020
3.1.5 1,012,582 6/9/2020
3.1.4 567,794 5/12/2020
3.1.3 837,729 3/24/2020
3.1.2 648,154 2/18/2020
3.1.1 594,779 1/14/2020
3.1.0 711,045 12/3/2019
3.1.0-preview3.19555.2 1,413 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,007 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,218 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 384,248 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 384,613 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 1,278,390 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,815 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 2,357 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 5,404 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 2,830 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 3,435 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 3,138 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 2,383 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 2,943 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 2,270 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 2,591 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.9 2,820 1/7/2026
2.3.8 7,053 1/6/2026
2.3.0 368,922 1/14/2025
2.2.2 10,226,666 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.0 11,901,435 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 64,247 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,584 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,911 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.8 5,366,535 2/12/2019
2.1.2 9,784,306 8/21/2018
2.1.1 12,943,141 6/18/2018
2.1.0 4,124,681 5/29/2018
2.1.0-rc1-final 20,148 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 20,630 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 28,227 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 4,272,478 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,899,819 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,840,942 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,940,547 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 58,083 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,910 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 380,393 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 492,164 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 514,960 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 488,640 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 4,540 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 373,579 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 372,137 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 374,299 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 384,162 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 376,971 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 543,530 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 6,827 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.