IdentityServer / IdentityServer3.AccessTokenValidation

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

Allow setting the IssuerSigningKeyResolver #84

Closed omerlh closed 8 years ago

omerlh commented 8 years ago

Hey I've added IssuerSigningKeyResolver to the options so users of this library (like me) that need a custom resolver could set one.

dnfclas commented 8 years ago

Hi @omerlh, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

leastprivilege commented 8 years ago

thanks