We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efb83c2 + 16b46b6 commit 9f36aaaCopy full SHA for 9f36aaa
src/OAuth2IntrospectionHandler.cs
@@ -187,7 +187,7 @@ private static async Task<TokenIntrospectionResponse> LoadClaimsForToken(
187
188
await events.SendingRequest(requestSendingContext);
189
190
- return await introspectionClient.IntrospectTokenAsync(request).ConfigureAwait(false);
+ return await introspectionClient.IntrospectTokenAsync(request, context.RequestAborted).ConfigureAwait(false);
191
}
192
193
private static TokenIntrospectionRequest CreateTokenIntrospectionRequest(
0 commit comments