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.
1 parent efb83c2 commit 16b46b6Copy full SHA for 16b46b6
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