Access token validation middleware for JWT and reference tokens issued by IdentityServer3.
Info
Version: | 2.14.0 |
Author(s): | Brock Allen, Dominick Baier |
Last Update: | Friday, February 17, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/identityserver/IdentityServer3.AccessTokenValidation |
NuGet Url: | https://www.nuget.org/packages/IdentityServer3.AccessTokenValidation |
Install
Install-Package IdentityServer3.AccessTokenValidation
dotnet add package IdentityServer3.AccessTokenValidation
paket add IdentityServer3.AccessTokenValidation
IdentityServer3.AccessTokenValidation Download (Unzip the "nupkg" after downloading)
Dependencies
- Owin(>= 1.0.0)
- Microsoft.Owin.Security.Jwt(>= 3.0.1)
- Microsoft.AspNet.WebApi.Client(>= 5.2.3)
- IdentityModel(>= 1.9.2 && < 2.0.0)
- Newtonsoft.Json(>= 8.0.3)
- Microsoft.IdentityModel.Protocol.Extensions(>= 1.0.2.206221351)
- System.IdentityModel.Tokens.Jwt(>= 4.0.2.206221351)
Tags