Microsoft.AspNetCore.Authentication.MicrosoftAccount 10.0.0-preview.1.25120.3

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Authentication.MicrosoftAccount.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Authentication.MicrosoftAccount --version 10.0.0-preview.1.25120.3
                    
NuGet\Install-Package Microsoft.AspNetCore.Authentication.MicrosoftAccount -Version 10.0.0-preview.1.25120.3
                    
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-preview.1.25120.3" />
                    
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-preview.1.25120.3" />
                    
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-preview.1.25120.3
                    
#r "nuget: Microsoft.AspNetCore.Authentication.MicrosoftAccount, 10.0.0-preview.1.25120.3"
                    
#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.
#addin nuget:?package=Microsoft.AspNetCore.Authentication.MicrosoftAccount&version=10.0.0-preview.1.25120.3&prerelease
                    
Install Microsoft.AspNetCore.Authentication.MicrosoftAccount as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authentication.MicrosoftAccount&version=10.0.0-preview.1.25120.3&prerelease
                    
Install Microsoft.AspNetCore.Authentication.MicrosoftAccount 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (78)

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

Showing the top 5 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
Version Downloads Last updated
10.0.0-preview.2.25164.1 328 3/18/2025
10.0.0-preview.1.25120.3 499 2/25/2025
9.0.3 18,124 3/11/2025
9.0.2 33,757 2/11/2025
9.0.1 37,227 1/14/2025
9.0.0 100,322 11/12/2024
9.0.0-rc.2.24474.3 5,035 10/8/2024
9.0.0-rc.1.24452.1 1,600 9/10/2024
9.0.0-preview.7.24406.2 1,085 8/13/2024
9.0.0-preview.6.24328.4 70,884 7/9/2024
9.0.0-preview.5.24306.11 493 6/11/2024
9.0.0-preview.4.24267.6 423 5/21/2024
9.0.0-preview.3.24172.13 1,025 4/11/2024
9.0.0-preview.2.24128.4 510 3/12/2024
9.0.0-preview.1.24081.5 1,757 2/13/2024
8.0.14 7,522 3/11/2025
8.0.13 14,118 2/11/2025
8.0.12 23,328 1/14/2025
8.0.11 99,958 11/12/2024
8.0.10 172,254 10/8/2024
8.0.8 256,952 8/13/2024
8.0.7 122,822 7/9/2024
8.0.6 179,034 5/28/2024
8.0.5 68,810 5/14/2024
8.0.4 169,088 4/9/2024
8.0.3 96,768 3/12/2024
8.0.2 138,258 2/13/2024
8.0.1 127,230 1/9/2024
8.0.0 446,110 11/14/2023
8.0.0-rc.2.23480.2 9,040 10/10/2023
8.0.0-rc.1.23421.29 2,756 9/12/2023
8.0.0-preview.7.23375.9 1,855 8/8/2023
8.0.0-preview.6.23329.11 1,228 7/11/2023
8.0.0-preview.5.23302.2 994 6/13/2023
8.0.0-preview.4.23260.4 224,929 5/16/2023
8.0.0-preview.3.23177.8 1,407 4/11/2023
8.0.0-preview.2.23153.2 90,787 3/14/2023
8.0.0-preview.1.23112.2 492 2/21/2023
7.0.20 17,841 5/28/2024
7.0.19 3,855 5/14/2024
7.0.18 8,514 4/9/2024
7.0.17 10,148 3/12/2024
7.0.16 9,075 2/13/2024
7.0.15 14,636 1/9/2024
7.0.14 32,267 11/14/2023
7.0.13 43,853 10/24/2023
7.0.12 30,215 10/10/2023
7.0.11 73,918 9/12/2023
7.0.10 105,939 8/8/2023
7.0.9 81,476 7/11/2023
7.0.8 81,635 6/22/2023
7.0.7 21,599 6/13/2023
7.0.5 261,207 4/11/2023
7.0.4 67,008 3/14/2023
7.0.3 66,366 2/14/2023
7.0.2 157,018 1/10/2023
7.0.1 34,342 12/13/2022
7.0.0 232,900 11/7/2022
7.0.0-rc.2.22476.2 2,051 10/11/2022
7.0.0-rc.1.22427.2 67,088 9/14/2022
7.0.0-preview.7.22376.6 724 8/9/2022
7.0.0-preview.6.22330.3 520 7/12/2022
7.0.0-preview.5.22303.8 774 6/14/2022
7.0.0-preview.4.22251.1 769 5/10/2022
7.0.0-preview.3.22178.4 673 4/13/2022
7.0.0-preview.2.22153.2 424 3/14/2022
7.0.0-preview.1.22109.13 454 2/17/2022
6.0.36 9,984 11/12/2024
6.0.35 10,031 10/8/2024
6.0.33 10,948 8/13/2024
6.0.32 14,134 7/9/2024
6.0.31 11,709 5/28/2024
6.0.30 4,232 5/14/2024
6.0.29 9,094 4/9/2024
6.0.28 11,969 3/12/2024
6.0.27 7,185 2/13/2024
6.0.26 30,396 1/9/2024
6.0.25 44,529 11/14/2023
6.0.24 68,498 10/24/2023
6.0.23 13,153 10/10/2023
6.0.22 23,177 9/12/2023
6.0.21 51,349 8/8/2023
6.0.20 39,843 7/11/2023
6.0.19 21,376 6/22/2023
6.0.18 18,977 6/13/2023
6.0.16 111,921 4/11/2023
6.0.15 40,380 3/14/2023
6.0.14 50,027 2/14/2023
6.0.13 131,785 1/10/2023
6.0.12 53,326 12/13/2022
6.0.11 75,888 11/7/2022
6.0.10 244,115 10/11/2022
6.0.9 117,482 9/13/2022
6.0.8 199,056 8/9/2022
6.0.7 319,943 7/12/2022
6.0.6 139,281 6/14/2022
6.0.5 1,073,506 5/10/2022
6.0.4 300,301 4/11/2022
6.0.3 199,488 3/8/2022
6.0.2 132,850 2/8/2022
6.0.1 579,656 12/14/2021
6.0.0 429,224 11/8/2021
6.0.0-rc.2.21480.10 2,257 10/12/2021
6.0.0-rc.1.21452.15 3,485 9/14/2021
6.0.0-preview.7.21378.6 1,439 8/10/2021
6.0.0-preview.6.21355.2 853 7/14/2021
6.0.0-preview.5.21301.17 991 6/15/2021
6.0.0-preview.4.21253.5 781 5/24/2021
6.0.0-preview.3.21201.13 748 4/8/2021
6.0.0-preview.2.21154.6 665 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,734 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 116,311 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 6,753 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 21,303 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 16,185 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 55,174 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 31,417 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 78,532 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 106,575 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 81,598 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 92,727 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 115,721 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 78,489 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 124,810 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 142,977 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 43,331 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 30,975 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 66,050 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 386,962 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 2,066 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,740 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 805 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 682 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 817 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 616 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 659 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 666 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 662 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 646 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 11,351 12/13/2022
3.1.31 3,869 11/8/2022
3.1.30 2,375 10/11/2022
3.1.29 4,852 9/13/2022
3.1.28 3,150 8/9/2022
3.1.27 2,078 7/12/2022
3.1.26 4,763 6/14/2022
3.1.25 14,831 5/10/2022
3.1.24 4,125 4/11/2022
3.1.23 13,880 3/8/2022
3.1.22 27,100 12/14/2021
3.1.21 20,475 11/7/2021
3.1.20 28,108 10/11/2021
3.1.19 24,048 9/14/2021
3.1.18 21,677 8/10/2021
3.1.17 34,243 7/13/2021
3.1.16 27,734 6/8/2021
3.1.15 13,443 5/11/2021
3.1.14 23,535 4/6/2021
3.1.13 59,550 3/9/2021
3.1.12 20,874 2/9/2021
3.1.11 126,520 1/12/2021
3.1.10 85,575 11/9/2020
3.1.9 106,194 10/13/2020
3.1.8 168,609 9/8/2020
3.1.7 68,226 8/11/2020
3.1.6 60,863 7/14/2020
3.1.5 207,221 6/9/2020
3.1.4 113,880 5/12/2020
3.1.3 161,753 3/24/2020
3.1.2 108,641 2/18/2020
3.1.1 76,207 1/14/2020
3.1.0 87,542 12/3/2019
3.1.0-preview3.19555.2 676 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 656 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 706 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 4,318 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 2,705 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 594,294 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 1,601 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 1,779 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 2,241 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 2,925 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 1,590 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 2,067 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 1,641 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 1,714 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 1,610 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,713 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 137 1/14/2025
2.2.0 13,559,129 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 63,451 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 6,035 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,147 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 13,413,237 8/21/2018
2.1.1 10,684,457 6/18/2018
2.1.0 3,445,582 5/29/2018
2.1.0-rc1-final 19,426 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 19,772 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 27,299 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 3,746,828 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 3,420,826 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 5,242,109 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,346,973 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 54,561 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 18,584 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 8,165 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 64,752 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 72,099 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 87,869 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 3,547 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 4,380 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 3,101 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 5,223 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 7,936 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 5,583 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 128,811 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 3,650 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.