IdentityServer / IdentityServer3.AccessTokenValidation

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

Update The Nuspec To Include Dependency On #134

Closed mickdelaney closed 7 years ago

mickdelaney commented 7 years ago

The nupsec doesnt include System.IdentityModel.Tokens.Jwt, so nuget automatically upgrades it to 5.1.2, which breaks at runtime when calling

app.UseIdentityServerBearerTokenAuthentication(AuthOptions);

from the source https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation/blob/master/source/AccessTokenValidation/packages.config

leastprivilege commented 7 years ago

PR?

mickdelaney commented 7 years ago

ok cool !!