ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4.
Info
Version: | 2.6.0 |
Author(s): | Brock Allen, Dominick Baier |
Last Update: | Monday, April 16, 2018 |
.NET Fiddle: | |
Project Url: | https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation |
NuGet Url: | https://www.nuget.org/packages/IdentityServer4.AccessTokenValidation |
Install
Install-Package IdentityServer4.AccessTokenValidation
dotnet add package Z.EntityFramework.Plus.EF6
paket add IdentityServer4.AccessTokenValidation
IdentityServer4.AccessTokenValidation Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- IdentityModel.AspNetCore.OAuth2Introspection(>= 3.3.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.0.0)
- Microsoft.AspNetCore.Authorization(>= 2.0.0)
- IdentityModel.AspNetCore.OAuth2Introspection(>= 3.3.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.0.0)
- Microsoft.AspNetCore.Authorization(>= 2.0.0)
Tags