Microsoft.AspNetCore.Authentication.MicrosoftAccount 10.0.0-rc.2.25502.107

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.

Showing the top 20 packages that depend on Microsoft.AspNetCore.Authentication.MicrosoftAccount.

Packages Downloads
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
76
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
78
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
79
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
80
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
81
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.
74
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.
75
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.
77
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.
78
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.
82
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.
83
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.
85
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.
86

.NET 10.0

  • No dependencies.

Version Downloads Last updated
10.0.0-rc.2.25502.107 13 10/14/2025
10.0.0-rc.1.25451.107 19 09/09/2025
10.0.0-preview.7.25380.108 24 08/14/2025
10.0.0-preview.6.25358.103 30 07/16/2025
10.0.0-preview.5.25277.114 30 06/06/2025
10.0.0-preview.4.25258.110 38 05/15/2025
10.0.0-preview.3.25172.1 41 04/12/2025
10.0.0-preview.2.25164.1 52 04/01/2025
10.0.0-preview.1.25120.3 52 04/01/2025
9.0.10 14 10/14/2025
9.0.9 20 09/09/2025
9.0.8 25 08/07/2025
9.0.7 30 07/09/2025
9.0.6 35 06/11/2025
9.0.5 47 05/15/2025
9.0.4 40 04/10/2025
9.0.3 58 04/02/2025
9.0.2 48 04/02/2025
9.0.1 43 04/02/2025
9.0.0 53 11/14/2024
9.0.0-rc.2.24474.3 47 10/15/2024
9.0.0-rc.1.24452.1 50 09/20/2024
9.0.0-preview.7.24406.2 52 09/01/2024
9.0.0-preview.6.24328.4 58 07/21/2024
9.0.0-preview.5.24306.11 54 07/21/2024
9.0.0-preview.4.24267.6 61 07/21/2024
9.0.0-preview.3.24172.13 76 07/21/2024
9.0.0-preview.2.24128.4 61 07/21/2024
9.0.0-preview.1.24081.5 69 07/21/2024
8.0.21 15 10/14/2025
8.0.20 19 09/09/2025
8.0.19 23 08/07/2025
8.0.18 25 07/09/2025
8.0.17 38 06/12/2025
8.0.16 33 05/15/2025
8.0.15 48 04/10/2025
8.0.14 50 03/30/2025
8.0.13 41 03/30/2025
8.0.12 49 03/30/2025
8.0.11 44 11/14/2024
8.0.10 55 10/15/2024
8.0.8 51 09/12/2024
8.0.7 70 07/21/2024
8.0.6 62 07/21/2024
8.0.5 67 07/21/2024
8.0.4 59 07/21/2024
8.0.3 61 07/21/2024
8.0.2 64 07/21/2024
8.0.1 64 07/21/2024
8.0.0 78 07/21/2024
8.0.0-rc.2.23480.2 72 07/21/2024
8.0.0-rc.1.23421.29 59 07/21/2024
8.0.0-preview.7.23375.9 72 07/21/2024
8.0.0-preview.6.23329.11 59 07/21/2024
8.0.0-preview.5.23302.2 71 07/21/2024
8.0.0-preview.4.23260.4 68 07/21/2024
8.0.0-preview.3.23177.8 57 07/21/2024
8.0.0-preview.2.23153.2 57 07/21/2024
8.0.0-preview.1.23112.2 75 07/21/2024
7.0.20 64 07/21/2024
7.0.19 70 07/21/2024
7.0.18 60 07/21/2024
7.0.17 71 07/21/2024
7.0.16 68 07/21/2024
7.0.15 76 07/21/2024
7.0.14 65 07/21/2024
7.0.13 69 07/21/2024
7.0.12 58 07/21/2024
7.0.11 77 07/21/2024
7.0.10 78 07/21/2024
7.0.9 61 07/21/2024
7.0.8 82 07/21/2024
7.0.7 75 07/21/2024
7.0.5 68 07/21/2024
7.0.4 63 07/21/2024
7.0.3 56 07/21/2024
7.0.2 67 07/21/2024
7.0.1 75 07/21/2024
7.0.0 75 07/21/2024
7.0.0-rc.2.22476.2 66 07/21/2024
7.0.0-rc.1.22427.2 54 07/21/2024
7.0.0-preview.7.22376.6 61 07/21/2024
7.0.0-preview.6.22330.3 67 07/21/2024
7.0.0-preview.5.22303.8 74 07/21/2024
7.0.0-preview.4.22251.1 57 07/21/2024
7.0.0-preview.3.22178.4 71 07/21/2024
7.0.0-preview.2.22153.2 61 07/21/2024
7.0.0-preview.1.22109.13 60 07/21/2024
6.0.36 45 11/14/2024
6.0.35 57 10/15/2024
6.0.33 47 09/11/2024
6.0.32 60 07/21/2024
6.0.31 77 07/21/2024
6.0.30 71 07/21/2024
6.0.29 68 07/21/2024
6.0.28 63 07/21/2024
6.0.27 59 07/21/2024
6.0.26 52 07/21/2024
6.0.25 68 07/21/2024
6.0.24 65 07/21/2024
6.0.23 73 07/21/2024
6.0.22 68 07/21/2024
6.0.21 71 07/21/2024
6.0.20 63 07/21/2024
6.0.19 64 07/21/2024
6.0.18 77 07/21/2024
6.0.16 76 07/21/2024
6.0.15 75 07/21/2024
6.0.14 71 07/21/2024
6.0.13 64 07/21/2024
6.0.12 67 07/21/2024
6.0.11 68 07/21/2024
6.0.10 64 07/21/2024
6.0.9 67 07/21/2024
6.0.8 67 07/21/2024
6.0.7 70 07/21/2024
6.0.6 59 07/21/2024
6.0.5 71 07/21/2024
6.0.4 59 07/21/2024
6.0.3 67 07/21/2024
6.0.2 72 07/21/2024
6.0.1 75 07/21/2024
6.0.0 71 07/21/2024
6.0.0-rc.2.21480.10 71 07/21/2024
6.0.0-rc.1.21452.15 70 07/21/2024
6.0.0-preview.7.21378.6 64 07/21/2024
6.0.0-preview.6.21355.2 75 07/21/2024
6.0.0-preview.5.21301.17 65 07/21/2024
6.0.0-preview.4.21253.5 82 07/21/2024
6.0.0-preview.3.21201.13 63 07/21/2024
6.0.0-preview.2.21154.6 71 07/21/2024
6.0.0-preview.1.21103.6 77 07/21/2024
5.0.17 62 07/21/2024
5.0.16 72 07/21/2024
5.0.15 64 07/21/2024
5.0.14 64 07/21/2024
5.0.13 69 07/21/2024
5.0.12 66 07/21/2024
5.0.11 56 07/21/2024
5.0.10 70 07/21/2024
5.0.9 69 07/21/2024
5.0.8 70 07/21/2024
5.0.7 72 07/21/2024
5.0.6 67 07/21/2024
5.0.5 79 07/21/2024
5.0.4 70 07/21/2024
5.0.3 64 07/21/2024
5.0.2 67 07/21/2024
5.0.1 60 07/21/2024
5.0.0 82 07/21/2024
5.0.0-rc.2.20475.17 59 07/21/2024
5.0.0-rc.1.20451.17 64 07/21/2024
5.0.0-preview.8.20414.8 75 07/21/2024
5.0.0-preview.7.20365.19 71 07/21/2024
5.0.0-preview.6.20312.15 64 07/21/2024
5.0.0-preview.5.20279.2 66 07/21/2024
5.0.0-preview.4.20257.10 77 07/21/2024
5.0.0-preview.3.20215.14 72 07/21/2024
5.0.0-preview.2.20167.3 71 07/21/2024
5.0.0-preview.1.20124.5 60 07/21/2024
3.1.32 56 07/21/2024
3.1.31 69 07/21/2024
3.1.30 62 07/21/2024
3.1.29 70 07/21/2024
3.1.28 67 07/21/2024
3.1.27 68 07/21/2024
3.1.26 74 07/21/2024
3.1.25 65 07/21/2024
3.1.24 64 07/21/2024
3.1.23 65 07/21/2024
3.1.22 75 07/21/2024
3.1.21 68 07/21/2024
3.1.20 63 07/21/2024
3.1.19 59 07/21/2024
3.1.18 78 07/21/2024
3.1.17 65 07/21/2024
3.1.16 74 07/21/2024
3.1.15 66 07/21/2024
3.1.14 68 07/21/2024
3.1.13 65 07/21/2024
3.1.12 64 07/21/2024
3.1.11 72 07/21/2024
3.1.10 58 07/21/2024
3.1.9 59 07/21/2024
3.1.8 71 07/21/2024
3.1.7 67 07/21/2024
3.1.6 69 07/21/2024
3.1.5 61 07/21/2024
3.1.4 70 07/21/2024
3.1.3 67 07/21/2024
3.1.2 68 07/21/2024
3.1.1 69 07/21/2024
3.1.0 63 07/21/2024
3.1.0-preview3.19555.2 77 07/21/2024
3.1.0-preview2.19528.8 65 07/21/2024
3.1.0-preview1.19508.20 68 07/21/2024
3.0.3 59 07/21/2024
3.0.2 72 07/21/2024
3.0.0 77 07/21/2024
3.0.0-rc1.19457.4 64 07/21/2024
3.0.0-preview9.19424.4 56 07/21/2024
3.0.0-preview8.19405.7 56 07/21/2024
3.0.0-preview7.19365.7 67 07/21/2024
3.0.0-preview6.19307.2 66 07/21/2024
3.0.0-preview5-19227-01 81 07/21/2024
3.0.0-preview4-19216-03 68 07/21/2024
3.0.0-preview3-19153-02 65 07/21/2024
3.0.0-preview-19075-0444 61 07/21/2024
3.0.0-preview-18579-0056 60 07/21/2024
2.3.0 46 03/30/2025
2.2.0 73 07/21/2024
2.2.0-preview3-35497 58 07/21/2024
2.2.0-preview2-35157 62 07/21/2024
2.2.0-preview1-35029 61 07/21/2024
2.1.2 67 07/21/2024
2.1.1 63 07/21/2024
2.1.0 60 07/21/2024
2.1.0-rc1-final 64 07/21/2024
2.1.0-preview2-final 63 07/21/2024
2.1.0-preview1-final 56 07/21/2024
2.0.4 78 07/21/2024
2.0.3 65 07/21/2024
2.0.1 70 07/21/2024
2.0.0 77 07/21/2024
2.0.0-preview2-final 58 07/21/2024
2.0.0-preview1-final 71 07/21/2024
1.1.3 61 07/21/2024
1.1.2 71 07/21/2024
1.1.1 64 07/21/2024
1.1.0 57 07/21/2024
1.1.0-preview1-final 65 07/21/2024
1.0.5 59 07/21/2024
1.0.4 67 07/21/2024
1.0.3 64 07/21/2024
1.0.2 75 07/21/2024
1.0.1 69 07/21/2024
1.0.0 72 07/21/2024
1.0.0-rc2-final 62 07/21/2024