Feature | Authentication API | All Other APIs (including Management API) |
---|---|---|
Tenant Rate Limits | All tenants consume from a shared, environment-wide global limit for the API, but the environment rate limit is a hard cap. Exceeding the environment limit due to the combined load across tenants will result in rate limiting of the excess requests. | Tenant rate limits are enforced independently, and the environment rate limit acts as a threshold for potential performance degradation and SLA impact, but does not directly cause rate limiting at the tenant level. |
Environment Rate Limit Exceeded (Example) | With an environment limit of 1500 rps, Tenant 1 at 1400 rps and Tenant 2 at 900 rps (combined 2300 rps) will result in 800 requests being rate limited. | With an environment limit of 1500 rps, Tenant 1 at 1400 rps and Tenant 2 at 900 rps (combined 2300 rps) will not cause individual tenants to be rate limited, but the overall environment may experience degraded performance and potential SLA issues. |
Request Type | Body |
---|---|
grant_type | urn:ietf:params:oauth:grant-type:token-exchange |
subject_token_type | http://auth0.com/oauth/token-type/apple-authz-code |
appi
tenant log event type containing information about the already consumed and remaining allowance.
For more information, see the Authentication API section in Rate Limits - Enterprise.
Subscription | Concurrency limit (per Tenant) |
---|---|
Public Cloud | 250 |
Tier Dev Private Cloud | 100 |
Private Cloud Basic 100 RPS (1x) | 200 |
Private Cloud Performance 500 RPS (5x) | 400 |
Private Cloud Performance 1500 RPS (15x) | 1200 |
Private Cloud Performance 3000 RPS (30x) and 3000 RPS Burst (30x Burst) | 1200 |
Private Cloud Performance 6000 RPS (60x) and 6000 RPS Burst (60x Burst) | 1200 |