ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4.
Info
Version: | 3.0.1 |
Author(s): | Brock Allen, Dominick Baier |
Last Update: | Wednesday, September 25, 2019 |
.NET Fiddle: | Online Example |
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 IdentityServer4.AccessTokenValidation
paket add IdentityServer4.AccessTokenValidation
IdentityServer4.AccessTokenValidation Download (Unzip the "nupkg" after downloading)
Dependencies
- IdentityModel.AspNetCore.OAuth2Introspection(>= 4.0.1)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.0.0)
Tags