IdentityServer / IdentityServer3.AccessTokenValidation

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

Added default claimtypes for cached claims in ValidationEndpointTokenProvider #18

Closed remunda closed 9 years ago

remunda commented 9 years ago

ValidationEndpointTokenProvider didn't set NameClaimType and RoleClaimType from options when constructing ClaimsIdentity from cached claims. So there were inconsistent behavior between cached and non-cached ClaimsIdentity.

leastprivilege commented 9 years ago

Have you signed the CLA?

remunda commented 9 years ago

Yes. On both Thinktecture projects.

leastprivilege commented 9 years ago

thanks!