This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Releases: IdentityServer/IdentityServer3.AccessTokenValidation
Releases · IdentityServer/IdentityServer3.AccessTokenValidation
2.5.0
2.3.0
- Added support for validating tokens using the introspection endpoint
2.2.0
- Added option to manually configure JWT token validation (static issuer and signing certificate options)
2.1.0
Added an option to preserve the access token as a claim of type token
. This way the token can be used by subsequent middleware to e.g. access the userinfo endpoint.