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 4.13.1
Install-Package Microsoft.Identity.Web -Version 4.13.1
<PackageReference Include="Microsoft.Identity.Web" Version="4.13.1" />
Frameworks
Dependencies
Adoption guide
Organizations standardizing on Entra ID flows for web apps, APIs and delegated token acquisition.
Compatibility metadata lists 6 target frameworks; confirm the exact target used by your application.
The published metadata declares 63 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.
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.