simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
718 stars 94 forks source link

Methods of ISCIMRepresentationQueryRepository don't support CancellationToken #572

Closed andreidabryian closed 4 months ago

andreidabryian commented 1 year ago

Let's add support of CancellationToken for methods of ISCIMRepresentationQueryRepository

simpleidserver commented 1 year ago

Hello,

I made some modifications in the release/4.0.4 branch, the CancellationToken is now passed to the methods of ISCIMRepresentationQueryRepository.

KR,

SID