scim icon indicating copy to clipboard operation
scim copied to clipboard

SCIM SDK 1.1 support for Rate Limit

Open ajit-pawar-sp opened this issue 5 years ago • 2 comments

SCIM SDK 1.1 support for Rate Limit We are using SCIM sdk 1.8.18 version. Looks like SCIM SDK currently do not have support for RATE Limit of SCIM API's. In case of RATE Limit occurred If you receive a an HTTP 429 response from SCIM Server , You've come up against the rate limit—parse the Retry-After header and retry your request after that time.

The current SCIM SDK do not provide any response header information in the SCIMException.

Wanted to know whether any plans on this feature in near future.

ajit-pawar-sp avatar May 13 '20 08:05 ajit-pawar-sp

any update?

ajit-pawar-sp avatar Jun 11 '20 12:06 ajit-pawar-sp

I reached out and the response I got was:

There is no support for rate limiting requests within the SCIM SDK itself. Exploiters of the SDK are expected to provide attack solutions in the application or service the SDK is deployed in. For PingDirectory or PingDirectory Proxy Server, the request has been considered and remains in the backlog. There are no current plans to add new capabilities or features to the SCIM SDK.

jgdasilva avatar Jun 18 '20 14:06 jgdasilva