IdentityServer / IdentityServer3.AccessTokenValidation

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

Add a "PreserveAccessToken" option #44

Closed leastprivilege closed 9 years ago

leastprivilege commented 9 years ago

saves the token as a claim. probably on by default.

billpratt commented 9 years ago

:+1:

leastprivilege commented 9 years ago

done on dev/myget - please test. thx

billpratt commented 9 years ago

image

billpratt commented 9 years ago

Do you have an idea when this could be released to nuget.org?

leastprivilege commented 9 years ago

Soon - i will make it opt-in though.

—  cheers Dominick Baier

On 3 Sep 2015 at 15:31:18, Bill Pratt (notifications@github.com) wrote:

Do you have an idea when this could be release to nuget.org?

— Reply to this email directly or view it on GitHub.

leastprivilege commented 9 years ago

Done 2.1.0

—  cheers Dominick Baier

On 3 Sep 2015 at 17:36:56, Dominick Baier (dbaier@leastprivilege.com) wrote:

Soon - i will make it opt-in though.

—  cheers Dominick Baier

On 3 Sep 2015 at 15:31:18, Bill Pratt (notifications@github.com) wrote:

Do you have an idea when this could be release to nuget.org?

— Reply to this email directly or view it on GitHub.

billpratt commented 9 years ago

Thanks!