We’re an app vendor building a SCIM 2.0 endpoint for the OIN and are sizing it. We need data on the request rate a single customer tenant generates.
- What request rate (requests/sec) does Okta’s provisioning engine generate against a single target endpoint, and how does this scale for a large tenant of 2000+ users? Is there a per-client overall rate limit on outbound requests? Is there a per-client, per-API rate limit (e.g. on
POST /Users)? - How does Okta react to an HTTP 429? Does it retry with a short backoff, or defer to the next sync cycle?