IdentityServer / IdentityServer4.AccessTokenValidation

IdentityServer Access Token Validation for ASP.NET Core
Apache License 2.0
544 stars 214 forks source link

when i upgrade to identitymode version 4 #124

Closed pigwing closed 5 years ago

pigwing commented 5 years ago

Could not load type 'IdentityModel.Client.DiscoveryClient' from assembly 'IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e7877f4675df049f'

and the version 3 preview.2 is ok

leastprivilege commented 5 years ago

Don't upgrade.

pigwing commented 5 years ago

@leastprivilege ok,and then i upgrade IdentityServer4.AccessTokenValidation to version 3 preview.2 the problem solved

leastprivilege commented 5 years ago

I will release a final version in the coming weeks.

pigwing commented 5 years ago

thanks very much