Microsoft.AspNetCore.Authentication.MicrosoftAccount 10.0.0

Prefix Reserved
dotnet add package Microsoft.AspNetCore.Authentication.MicrosoftAccount --version 10.0.0
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.MicrosoftAccount -Version 10.0.0
                    
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.MicrosoftAccount" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" />
                    
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.MicrosoftAccount --version 10.0.0
                    
#r "nuget: Microsoft.AspNetCore.Authentication.MicrosoftAccount, 10.0.0"
                    
#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.MicrosoftAccount@10.0.0
                    
#: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.MicrosoftAccount&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.MicrosoftAccount&version=10.0.0
                    
Install as a Cake Tool

About

Microsoft.AspNetCore.Authentication.MicrosoftAccount provides ASP.NET Core middleware that enables applications to support the Microsoft Account authentication workflow.

How to Use

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

Installation

dotnet add package Microsoft.AspNetCore.Authentication.MicrosoftAccount

Configuration

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

Main Types

The main types provided by this package are:

  • MicrosoftAccountOptions: Represents the options for configuring Microsoft Account authentication
  • MicrosoftAccountHandler: The authentication handler responsible for processing Microsoft Account authentication requests and generating the appropriate authentication ticket

Additional Documentation

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

Feedback & Contributing

Microsoft.AspNetCore.Authentication.MicrosoftAccount 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 (89)

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

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 (27)

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

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.
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.
davidfowl/TodoApp
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
Squidex/squidex
Headless CMS and Content Managment Hub
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 20, React 19, Vue 3.5, BFF with YARP, NextJs 15, 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), ...
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
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.
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
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
abpframework/abp-samples
Sample solutions built with the ABP Framework
neozhu/CleanArchitectureWithBlazorServer
This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
gaseous-project/gaseous-server
A game ROM manager, with a built in web based emulator using multiple sources to identify and provide metadata
bhrugen/Bulky_MVC
servicetitan/Stl.Fusion.Samples
A collection of samples for Fusion library: https://github.com/servicetitan/Stl.Fusion
vicente-da-silva/dcemv
Open Source EMV Payments Stack
Version Downloads Last Updated
10.0.0 9,503 11/11/2025
10.0.0-rc.2.25502.107 3,114 10/14/2025
10.0.0-rc.1.25451.107 4,326 9/9/2025
10.0.0-preview.7.25380.108 486 8/12/2025
10.0.0-preview.6.25358.103 431 7/15/2025
10.0.0-preview.5.25277.114 502 6/6/2025
10.0.0-preview.4.25258.110 545 5/12/2025
10.0.0-preview.3.25172.1 599 4/10/2025
10.0.0-preview.2.25164.1 66,383 3/18/2025
10.0.0-preview.1.25120.3 109,749 2/25/2025
9.0.11 4,731 11/11/2025
9.0.10 35,411 10/14/2025
9.0.9 46,430 9/9/2025
9.0.8 63,518 8/5/2025
9.0.7 37,372 7/8/2025
9.0.6 54,501 6/10/2025
9.0.5 64,228 5/13/2025
9.0.4 112,451 4/8/2025
9.0.3 75,579 3/11/2025
9.0.2 82,471 2/11/2025
9.0.1 165,739 1/14/2025
9.0.0 221,827 11/12/2024
9.0.0-rc.2.24474.3 5,153 10/8/2024
9.0.0-rc.1.24452.1 1,706 9/10/2024
9.0.0-preview.7.24406.2 2,331 8/13/2024
9.0.0-preview.6.24328.4 102,335 7/9/2024
9.0.0-preview.5.24306.11 603 6/11/2024
9.0.0-preview.4.24267.6 525 5/21/2024
9.0.0-preview.3.24172.13 1,236 4/11/2024
9.0.0-preview.2.24128.4 658 3/12/2024
9.0.0-preview.1.24081.5 1,878 2/13/2024
8.0.22 1,876 11/11/2025
8.0.21 10,615 10/14/2025
8.0.20 18,974 9/9/2025
8.0.19 21,871 8/4/2025
8.0.18 15,402 7/8/2025
8.0.17 34,261 6/10/2025
8.0.16 28,094 5/13/2025
8.0.15 102,973 4/8/2025
8.0.14 54,828 3/11/2025
8.0.13 38,875 2/11/2025
8.0.12 67,047 1/14/2025
8.0.11 253,537 11/12/2024
8.0.10 290,363 10/8/2024
8.0.8 404,224 8/13/2024
8.0.7 175,928 7/9/2024
8.0.6 237,862 5/28/2024
8.0.5 89,347 5/14/2024
8.0.4 226,153 4/9/2024
8.0.3 110,970 3/12/2024
8.0.2 164,836 2/13/2024
8.0.1 145,654 1/9/2024
8.0.0 642,174 11/14/2023
8.0.0-rc.2.23480.2 9,504 10/10/2023
8.0.0-rc.1.23421.29 2,857 9/12/2023
8.0.0-preview.7.23375.9 2,544 8/8/2023
8.0.0-preview.6.23329.11 1,351 7/11/2023
8.0.0-preview.5.23302.2 1,123 6/13/2023
8.0.0-preview.4.23260.4 261,099 5/16/2023
8.0.0-preview.3.23177.8 1,827 4/11/2023
8.0.0-preview.2.23153.2 91,832 3/14/2023
8.0.0-preview.1.23112.2 628 2/21/2023
7.0.20 29,145 5/28/2024
7.0.19 5,836 5/14/2024
7.0.18 13,405 4/9/2024
7.0.17 15,317 3/12/2024
7.0.16 11,697 2/13/2024
7.0.15 17,187 1/9/2024
7.0.14 34,382 11/14/2023
7.0.13 53,311 10/24/2023
7.0.12 32,951 10/10/2023
7.0.11 79,391 9/12/2023
7.0.10 120,788 8/8/2023
7.0.9 97,281 7/11/2023
7.0.8 84,624 6/22/2023
7.0.7 22,310 6/13/2023
7.0.5 279,673 4/11/2023
7.0.4 77,158 3/14/2023
7.0.3 72,780 2/14/2023
7.0.2 170,158 1/10/2023
7.0.1 36,176 12/13/2022
7.0.0 255,941 11/7/2022
7.0.0-rc.2.22476.2 2,189 10/11/2022
7.0.0-rc.1.22427.2 67,246 9/14/2022
7.0.0-preview.7.22376.6 874 8/9/2022
7.0.0-preview.6.22330.3 671 7/12/2022
7.0.0-preview.5.22303.8 917 6/14/2022
7.0.0-preview.4.22251.1 928 5/10/2022
7.0.0-preview.3.22178.4 828 4/13/2022
7.0.0-preview.2.22153.2 591 3/14/2022
7.0.0-preview.1.22109.13 608 2/17/2022
6.0.36 18,935 11/12/2024
6.0.35 31,131 10/8/2024
6.0.33 16,836 8/13/2024
6.0.32 19,698 7/9/2024
6.0.31 13,581 5/28/2024
6.0.30 5,093 5/14/2024
6.0.29 10,696 4/9/2024
6.0.28 12,933 3/12/2024
6.0.27 7,846 2/13/2024
6.0.26 34,576 1/9/2024
6.0.25 50,677 11/14/2023
6.0.24 72,036 10/24/2023
6.0.23 13,807 10/10/2023
6.0.22 25,348 9/12/2023
6.0.21 57,818 8/8/2023
6.0.20 42,896 7/11/2023
6.0.19 22,898 6/22/2023
6.0.18 19,478 6/13/2023
6.0.16 123,540 4/11/2023
6.0.15 44,155 3/14/2023
6.0.14 52,695 2/14/2023
6.0.13 149,752 1/10/2023
6.0.12 57,600 12/13/2022
6.0.11 79,509 11/7/2022
6.0.10 256,705 10/11/2022
6.0.9 124,231 9/13/2022
6.0.8 206,180 8/9/2022
6.0.7 356,449 7/12/2022
6.0.6 142,751 6/14/2022
6.0.5 1,171,179 5/10/2022
6.0.4 318,546 4/11/2022
6.0.3 206,325 3/8/2022
6.0.2 145,694 2/8/2022
6.0.1 599,054 12/14/2021
6.0.0 476,376 11/8/2021
6.0.0-rc.2.21480.10 2,423 10/12/2021
6.0.0-rc.1.21452.15 3,645 9/14/2021
6.0.0-preview.7.21378.6 1,601 8/10/2021
6.0.0-preview.6.21355.2 1,022 7/14/2021
6.0.0-preview.5.21301.17 1,157 6/15/2021
6.0.0-preview.4.21253.5 942 5/24/2021
6.0.0-preview.3.21201.13 922 4/8/2021
6.0.0-preview.2.21154.6 902 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 1,948 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 125,585 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 7,088 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 22,198 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 16,580 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 58,589 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 32,082 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 81,324 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 110,992 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 84,123 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 95,330 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 120,651 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 81,316 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 128,551 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 157,036 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 44,121 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 31,728 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 69,670 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 401,784 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 2,301 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 1,979 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,036 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 922 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,061 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 845 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 903 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 899 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 902 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 888 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 12,898 12/13/2022
3.1.31 4,259 11/8/2022
3.1.30 3,021 10/11/2022
3.1.29 5,547 9/13/2022
3.1.28 3,446 8/9/2022
3.1.27 2,357 7/12/2022
3.1.26 5,101 6/14/2022
3.1.25 17,590 5/10/2022
3.1.24 4,395 4/11/2022
3.1.23 15,285 3/8/2022
3.1.22 28,708 12/14/2021
3.1.21 21,600 11/7/2021
3.1.20 28,491 10/11/2021
3.1.19 24,335 9/14/2021
3.1.18 22,000 8/10/2021
3.1.17 34,752 7/13/2021
3.1.16 28,528 6/8/2021
3.1.15 13,931 5/11/2021
3.1.14 24,930 4/6/2021
3.1.13 63,048 3/9/2021
3.1.12 21,221 2/9/2021
3.1.11 135,557 1/12/2021
3.1.10 93,897 11/9/2020
3.1.9 109,404 10/13/2020
3.1.8 175,140 9/8/2020
3.1.7 70,091 8/11/2020
3.1.6 62,015 7/14/2020
3.1.5 209,115 6/9/2020
3.1.4 115,939 5/12/2020
3.1.3 169,968 3/24/2020
3.1.2 113,593 2/18/2020
3.1.1 77,517 1/14/2020
3.1.0 90,566 12/3/2019
3.1.0-preview3.19555.2 895 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 903 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 945 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 4,691 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 3,059 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 624,498 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 1,836 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 2,009 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 2,567 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 3,178 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 1,825 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 2,342 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 1,920 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 1,993 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 1,872 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,987 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 467 1/14/2025
2.2.0 14,196,707 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 64,119 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,478 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,590 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 13,611,179 8/21/2018
2.1.1 11,949,128 6/18/2018
2.1.0 3,493,094 5/29/2018
2.1.0-rc1-final 20,097 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 20,447 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 27,984 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 3,868,445 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,510,920 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,412,197 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,507,848 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,301 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 19,068 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 8,689 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 66,937 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 74,207 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 89,847 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 3,980 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 4,894 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 3,630 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 5,746 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 8,465 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 6,096 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 138,336 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 4,079 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.