IdentityModel.AspNetCore.OAuth2Introspection icon indicating copy to clipboard operation
IdentityModel.AspNetCore.OAuth2Introspection copied to clipboard

ASP.NET Core authentication handler for OAuth 2.0 token introspection

Results 21 IdentityModel.AspNetCore.OAuth2Introspection issues
Sort by recently updated
recently updated
newest added

This code deduplicates the call to the introspection endpoint for the same token: ``` // no cached result - let's make a network roundtrip to the introspection endpoint // this...