Microsoft.IdentityModel.Protocols.OpenIdConnect
2.1.4
Includes types that provide support for OpenIdConnect protocol.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.IdentityModel.Protocols.OpenIdConnect -Version 2.1.4
dotnet add package Microsoft.IdentityModel.Protocols.OpenIdConnect --version 2.1.4
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="2.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.IdentityModel.Protocols.OpenIdConnect --version 2.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.IdentityModel.Protocols.OpenIdConnect, 2.1.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.IdentityModel.Protocols.OpenIdConnect as a Cake Addin
#addin nuget:?package=Microsoft.IdentityModel.Protocols.OpenIdConnect&version=2.1.4
// Install Microsoft.IdentityModel.Protocols.OpenIdConnect as a Cake Tool
#tool nuget:?package=Microsoft.IdentityModel.Protocols.OpenIdConnect&version=2.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5
- Microsoft.IdentityModel.Protocols (>= 2.1.4)
-
.NETFramework 4.5.1
- Microsoft.IdentityModel.Protocols (>= 2.1.4)
-
.NETStandard 1.4
- Microsoft.IdentityModel.Protocols (>= 2.1.4)
- System.Dynamic.Runtime (>= 4.3.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Microsoft.IdentityModel.Protocols.OpenIdConnect:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.Authentication.JwtBearer
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.AspNetCore.Authentication.OpenIdConnect
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
|
|
|
Microsoft.Owin.Security.OpenIdConnect
Middleware that enables an application to use OpenIdConnect for authentication.
|