IdentityServer3.Contrib.AccessTokenValidation
4.1.16
Access token validation middleware for JWT and reference tokens issued by IdentityServer3, based on JWT 5, Owin 4 and IdentityModel 4
Install-Package IdentityServer3.Contrib.AccessTokenValidation -Version 4.1.16
dotnet add package IdentityServer3.Contrib.AccessTokenValidation --version 4.1.16
<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"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- 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)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on IdentityServer3.Contrib.AccessTokenValidation:
Package | Downloads |
---|---|
COFRS.OAuth
A library to add OAuth2 security to a COFRS REST Service
|
|
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/oidc.example
OIDC (OpenID Connect) Example for http://openid.net/connect/
|