Access token validation middleware for JWT and reference tokens issued by IdentityServer3, based on JWT 5, Owin 4 and IdentityModel 4.
Info
Version: | 4.1.16 |
Author(s): | Brock Allen, Dominick Baier, Stanislav |
Last Update: | Friday, November 22, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Rzpeg/IdentityServer3.AccessTokenValidation |
NuGet Url: | https://www.nuget.org/packages/IdentityServer3.Contrib.AccessTokenValidation |
Install
Install-Package IdentityServer3.Contrib.AccessTokenValidation
dotnet add package IdentityServer3.Contrib.AccessTokenValidation
paket add IdentityServer3.Contrib.AccessTokenValidation
IdentityServer3.Contrib.AccessTokenValidation Download (Unzip the "nupkg" after downloading)
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)
Tags