IdentityServer / IdentityServer3.AccessTokenValidation

OWIN Middleware to validate access tokens from IdentityServer3
Apache License 2.0
91 stars 149 forks source link

Strict dependency on IdentityModel (>= 1.9.2 && < 2.0.0) makes upgrade to IdentityModel 2.12.0 not possible #166

Open tiwari-abhishek opened 6 years ago

tiwari-abhishek commented 6 years ago

The component IdentityServer3.AccessTokenValidation seems to have a strict dependency on IdentityModel versions between (>= 1.9.2 && < 2.0.0).

This makes it impossible to use the latest version of IdentityModel (2.12.0) without downgrading to IdentityServer3.AccessTokenValidation to 2.11.0.

Can this be fixed?