Relax Configuration for SCIM 2.0

Hi Team,

Could you please help out on below relaxed configuration query?

Can it be applied for compliant SCIM 2.0 source? or the source needs to be non-compliant?Supported Features

For Relax Configuration only:

If any target system does not send the response headers in SCIM 2.0 specification, the following parameters can be used to update the entry.

entry key=“rateLimitHeaders”

value

Map

entry key=“limitHeader” value=“rate-limit-limit”

entry key=“remainingHeader” value=“rate-limit-remaining”

entry key=“limitResetHeader” value=“rate-limit-reset”

entry key=“retryAfterHeader” value=“rate-limit-retry-after-seconds”

Map

value

To update max API call threshold percentage, set up the following attribute to check the x-rate-limit-reset header after threshold. The default value is 100.

entry key=“maxApiCallsThresholdPercentage” value=“100”

Could anyone please respond for this query?