IdentityModel / IdentityModel.AspNetCore.OAuth2Introspection

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

Pass correct CancellationToken into IntrospectTokenAsync. Fixes #177 #183

Closed gao-artur closed 1 year ago

gao-artur commented 1 year ago

@leastprivilege, @bmendonca21 please see the draft PR. If it looks correct, I'll try to add unit tests.

gao-artur commented 1 year ago

Ok, it was stupid. It won't work.