IdentityServer / IdentityServer3.AccessTokenValidation

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

Access to JWT #89

Closed neilhosey closed 8 years ago

neilhosey commented 8 years ago

Hi,

I was wondering is it possible to access the JWT so that we can pass it on further into out API tiers.

Basically I use reference tokens at the client, and at the API gateway use AccessTokenValidation to retrieve claims and restrict access to the user, which then calls REST services for querying and commands. But i was wondering if we needed to pass on the token, how would we do this?

Thanks Neil

leastprivilege commented 8 years ago

Sure - RTFM ;)

https://identityserver.github.io/Documentation/docsv2/consuming/options.html