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

Support modifying underlying TokenIntrospectionRequest #157

Closed balazsmeszegeto closed 2 years ago

balazsmeszegeto commented 2 years ago

Pull Rrequest for this issue: https://github.com/IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection/issues/156

Allow users to observe and modify TokenIntrospectionRequest before sending

Use case: Users can define additional parameters or modify "built-in" ones on per-request basis

leastprivilege commented 2 years ago

Thanks! We will have a look.

brockallen commented 2 years ago

Well done, thanks!

balazsmeszegeto commented 2 years ago

No worries 😃 Any chance you could do a patch release to Nuget? I'd really appriciate it

leastprivilege commented 2 years ago

done.

balazsmeszegeto commented 2 years ago

Fantastic 👍