IdentityModel / IdentityModel.AspNetCore.OAuth2Introspection

ASP.NET Core authentication handler for OAuth 2.0 token introspection
Apache License 2.0
146 stars 67 forks source link

Adding an option to recieve a token from a custom extension header #192

Closed JanHuege closed 6 days ago

JanHuege commented 1 month ago

I was wondering if there is a way to configure the source of the provided token. We have a usecase, where an api-gateway sends a token as X-Token header. We do not have control over said gateway.

JanHuege commented 6 days ago

Just found TokenRetrieval in Options