IdentityServer / IdentityServer3.AccessTokenValidation

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

Can I use IdentityServer3.AccessTokenValidation to authenticate using IdentityServer4 #101

Closed sunilrav closed 8 years ago

sunilrav commented 8 years ago

I have an older .net application using IdentityServer3.AccessTokenValidation nuget package, which works fine with IdentityServer3. I have upgraded to a IdentityServer4, but however now my AccessTokenValidation fails. Is this expected?

(I can't upgrade to IdentityServer4.AccessTokenValidation because my client is an older Asp.Net app.)

sunilrav commented 8 years ago

Found my answer https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation/issues/98#event-712595546