![]() |
VOOZH | about |
dotnet add package Microsoft.Identity.Web.Certificateless --version 4.10.0
NuGet\Install-Package Microsoft.Identity.Web.Certificateless -Version 4.10.0
<PackageReference Include="Microsoft.Identity.Web.Certificateless" Version="4.10.0" />
<PackageVersion Include="Microsoft.Identity.Web.Certificateless" Version="4.10.0" />Directory.Packages.props
<PackageReference Include="Microsoft.Identity.Web.Certificateless" />Project file
paket add Microsoft.Identity.Web.Certificateless --version 4.10.0
#r "nuget: Microsoft.Identity.Web.Certificateless, 4.10.0"
#:package Microsoft.Identity.Web.Certificateless@4.10.0
#addin nuget:?package=Microsoft.Identity.Web.Certificateless&version=4.10.0Install as a Cake Addin
#tool nuget:?package=Microsoft.Identity.Web.Certificateless&version=4.10.0Install as a Cake Tool
Microsoft Identity Web is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with the Microsoft identity platform (formerly Azure AD v2.0 endpoint) and AAD B2C.
This library is for specific usage with:
Quick links:
| Conceptual documentation | Getting Started | Reference documentation | Sample Code Web App | Sample Code Web API |
|---|
See for details.
The following table lists IdentityWeb versions currently supported and receiving security fixes.
| Major Version | Last Release | Patch release date | Support phase | End of support |
|---|---|---|---|---|
| 3.x | 👁 NuGet |
Monthly | Active | Not planned.<br/>✅Supported versions: from 3.0.0 to 👁 NuGet <br/>⚠️Unsupported versions < 3.0.0. |
The Microsoft Identity Web roadmap is available from Roadmap in the Wiki pages, along with release notes.
Minor versions are bugfixes or features with non-breaking (additive) API changes. It is expected apps can upgrade. Therefore, we will not patch old minor versions of the library. You should also confirm, in issue repros, that you are using the latest minor version before the Microsoft Identity Web team spends time investigating an issue.
This is the correct repo to file issues.
If you find a bug or have a feature or documentation request, please raise the issue on GitHub Issues.
We use Stack Overflow with the community to provide support, using the tags web-app, web-api, asp.net-core, microsoft-identity-web. We highly recommend you ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before.
To provide a recommendation, visit our User Voice page.
We enthusiastically welcome contributions and feedback. You can clone the repo and start contributing now. Read our for more information.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact with any additional questions or comments.
This library controls how users sign-in and access services. We recommend you always take the latest version of our library in your app when possible. We use semantic versioning so you can control the risk associated with updating your app. As an example, always downloading the latest minor version number (e.g. x.y.x) ensures you get the latest security and feature enhancements, but our API surface remains the same. You can always see the latest version and release notes under the Releases tab of GitHub.
If you find a security issue with our libraries or services, please report it to with as much detail as possible. Your submission may be eligible for a bounty through the Microsoft Bounty program. Please do not post security issues to GitHub Issues or any other public site. We will contact you shortly upon receiving the information. We encourage you to get notifications of when security incidents occur by visiting this page and subscribing to Security Advisory Alerts.
Microsoft Identity Web supports building and testing with .NET preview versions using the TargetNetNext conditional compilation flag. This enables early testing and compatibility validation with the latest .NET preview releases.
To build the solution with .NET 10 preview support:
# Build with .NET 10 preview targets included
dotnet build Microsoft.Identity.Web.sln -p:TargetNetNext=True
# Or using MSBuild
msbuild Microsoft.Identity.Web.sln -p:TargetNetNext=True
You can also set the TargetNetNext environment variable on your machine with the value True.
To run tests targeting .NET 10 preview:
# Run tests with .NET 10 preview (conditional)
dotnet test Microsoft.Identity.Web.sln -f net10.0 -p:TargetNetNext=True
Note: .NET 10 preview support is conditional and requires setting TargetNetNext=True during build/test operations. This ensures compatibility with the latest preview versions while maintaining stability for production builds.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License (the "License").
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.Identity.Web.Certificateless:
| Package | Downloads |
|---|---|
|
Microsoft.Identity.Web
This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs. |
|
|
Microsoft.Identity.Web.Certificate
This package brings certificate management for MSAL.NET. |
|
|
Microsoft.Identity.Web.TokenAcquisition
Implementation for higher level API for confidential client applications (ASP.NET Core and SDK/.NET). |
|
|
Microsoft.Bot.Connector
This library implements C# classes for using the Bot Framework Connector REST API. |
|
|
Microsoft.Agents.Authentication.Msal
Library for creating authentication tokens for agents using MSAL in Microsoft Agent SDK |
Showing the top 2 popular GitHub repositories that depend on Microsoft.Identity.Web.Certificateless:
| Repository | Stars |
|---|---|
|
microsoft/botbuilder-dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
|
|
|
microsoft/Agents-for-net
This repository is for active development of the Microsoft 365 Agent SDK components for .NET
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.10.0 | 858,787 | 5/25/2026 |
| 4.9.0 | 1,747,855 | 5/1/2026 |
| 4.8.0 | 1,445,611 | 4/20/2026 |
| 4.7.0 | 1,314,203 | 4/2/2026 |
| 4.6.0 | 862,034 | 3/20/2026 |
| 4.5.0 | 1,281,773 | 3/5/2026 |
| 4.4.0 | 833,371 | 2/27/2026 |
| 4.4.0-preview.1 | 9,655 | 2/13/2026 |
| 4.3.0 | 4,601,625 | 1/7/2026 |
| 4.2.0 | 1,194,147 | 12/17/2025 |
| 4.1.1 | 2,269,601 | 11/24/2025 |
| 4.1.0 | 443,683 | 11/19/2025 |
| 4.0.1 | 2,836,123 | 10/20/2025 |
| 4.0.0 | 554,157 | 10/13/2025 |
| 3.15.1 | 39,702 | 6/2/2026 |
| 3.15.0 | 92,576 | 5/8/2026 |
| 3.14.1 | 4,826,677 | 9/10/2025 |
| 3.14.0 | 1,288,546 | 8/28/2025 |
| 3.13.2 | 920,428 | 8/19/2025 |
| 3.13.1 | 356,353 | 8/15/2025 |
The release notes are available at https://github.com/AzureAD/microsoft-identity-web/releases and the roadmap at https://github.com/AzureAD/microsoft-identity-web/wiki#roadmap