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.
Install
dotnet add package Microsoft.Identity.Web --version 0.1.2-preview
Install-Package Microsoft.Identity.Web -Version 0.1.2-preview
<PackageReference Include="Microsoft.Identity.Web" Version="0.1.2-preview" />
Frameworks
Dependencies
Adoption guide
Organizations standardizing on Entra ID flows for web apps, APIs and delegated token acquisition.
This version is marked prerelease. Validate its API and upgrade path before production use.
NuGet marks this package as deprecated. Review the publisher's migration guidance before adopting it.
Compatibility metadata lists 1 target framework; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.