IdentityServer / IdentityServer3.AccessTokenValidation

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

Change base type of BackchannelHttpHandler and IntrospectionHttpHandler to HttpMessageHandler #79

Closed dprochownik closed 8 years ago

dprochownik commented 8 years ago

Changing in the options base type of BackchannelHttpHandler and IntrospectionHttpHandler from WebRequestHandler to HttpMessageHandler would allow us to use any http massage handler.

For example we could use OwinHttpMessageHandler for a backchannel communication which has a significant impact on the ability to create inmemory integration tests for an applications which uses AccessTokenValidation package.

dnfclas commented 8 years ago

Hi @dprochownik, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.dotnetfoundation.org.

TTYL, DNFBOT;

dnfclas commented 8 years ago

@dprochownik, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.
Thanks, DNFBOT;

leastprivilege commented 8 years ago

Hi,

thats fine - thanks.

But all PRs must go against dev. Please re-do.

dprochownik commented 8 years ago

My mistake, Sorry for that