IdentityServer3.Contrib.AccessTokenValidation
4.1.16
dotnet add package IdentityServer3.Contrib.AccessTokenValidation --version 4.1.16
NuGet\Install-Package IdentityServer3.Contrib.AccessTokenValidation -Version 4.1.16
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IdentityServer3.Contrib.AccessTokenValidation" Version="4.1.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IdentityServer3.Contrib.AccessTokenValidation --version 4.1.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IdentityServer3.Contrib.AccessTokenValidation, 4.1.16"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IdentityServer3.Contrib.AccessTokenValidation as a Cake Addin #addin nuget:?package=IdentityServer3.Contrib.AccessTokenValidation&version=4.1.16 // Install IdentityServer3.Contrib.AccessTokenValidation as a Cake Tool #tool nuget:?package=IdentityServer3.Contrib.AccessTokenValidation&version=4.1.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Access token validation middleware for JWT and reference tokens issued by IdentityServer3, based on JWT 5, Owin 4 and IdentityModel 4
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- IdentityModel (>= 4.0.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 5.6.0)
- Microsoft.Owin.Security.Jwt (>= 4.0.1)
- Newtonsoft.Json (>= 12.0.2)
- System.IdentityModel.Tokens.Jwt (>= 5.6.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on IdentityServer3.Contrib.AccessTokenValidation:
Package | Downloads |
---|---|
IDP.Client
IDPClients |
|
Linn.Core.Authentication
Provides support for internal application to authenticate requests using either bearer tokens or OIDC. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on IdentityServer3.Contrib.AccessTokenValidation:
Repository | Stars |
---|---|
linianhui/example-oidc
OIDC (OpenID Connect) Example for http://openid.net/connect/
|