Info
Version: | 3.8.4 |
Author(s): | Microsoft |
Last Update: | Thursday, April 24, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/AzureAD/microsoft-identity-web |
NuGet Url: | http://www.nuget.org/packages/Microsoft.Identity.Web |
Install
Install-Package Microsoft.Identity.Web
dotnet add package Microsoft.Identity.Web
paket add Microsoft.Identity.Web
Microsoft.Identity.Web Download (Unzip the "nupkg" after downloading)
Dependencies
net472
- Microsoft.Extensions.Caching.Memory(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
- Microsoft.Identity.Client(>= 4.25.0)
- Azure.Identity(>= 1.2.3)
- Azure.Security.KeyVault.Certificates(>= 4.1.0)
- Azure.Security.KeyVault.Secrets(>= 4.1.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 5.0.0)
- Microsoft.AspNetCore.Authentication.OpenIdConnect(>= 5.0.0)
- Microsoft.Identity.Client(>= 4.25.0)
- Azure.Identity(>= 1.2.3)
- Azure.Security.KeyVault.Certificates(>= 4.1.0)
- Azure.Security.KeyVault.Secrets(>= 4.1.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.1.8)
- Microsoft.AspNetCore.Authentication.OpenIdConnect(>= 3.1.8)
- Microsoft.Identity.Client(>= 4.25.0)
Tags
This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs.