The response status code below indicates the user has sent too many requests in a given time. This is also referred to as rate limiting.
HTTP 429 Too Many Requests
- Rate Limits
- Review the Okta System Logs and Rate Limit Dashboard for more information about the rate limits being reached.
To find a Rate Limit violation event from the Okta Admin Console, navigate to Reports > System Log and use this query:
eventType eq "system.org.rate_limit.violation" or eventType eq "core.concurrency.org.limit.violation" or eventType eq "system.client.rate_limit.violation" or eventType eq "system.client.concurrency_rate_limit.violation" or eventType eq "system.operation.concurrency_limit.violation" or eventType eq "system.operation.rate_limit.violation"
- Please contact the Okta Account Representative for more information about the current rate limits.
- Request a temporary rate limit increase on a specific date/time if necessary.
