Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Releases: IdentityServer/IdentityServer3.AccessTokenValidation

2.5.0

22 Jan 09:09
Compare
Choose a tag to compare
  • Added lazy loading of metadata

2.3.0

03 Nov 05:52
Compare
Choose a tag to compare
  • Added support for validating tokens using the introspection endpoint

2.2.0

17 Sep 07:03
Compare
Choose a tag to compare
  • Added option to manually configure JWT token validation (static issuer and signing certificate options)

2.1.0

03 Sep 15:45
Compare
Choose a tag to compare

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.