IdentityServer / IdentityServer3.AccessTokenValidation

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

Disable issuer name verification #145

Closed mdennis10 closed 7 years ago

mdennis10 commented 7 years ago

Can I disable issuer name verification?

leastprivilege commented 7 years ago

I don't think so. Why?

brockallen commented 7 years ago

If you want that, then perhaps use the JWT middleware directly and configure the validation options. We don't expose that flag here.