Is there a control on how many un-authorized OIDC token request would be allowed before blocking the client

Hi,

Have an oidc client configured with client_credentials grant, to obtain a token, client credentials are being passed, lets say if there is a typo in the credentials, at least in the secret, how many such un-authorized requests are allowed by Okta before it blocks the client completely? Or is it such functionality exists in Okta?

Thanks!

Hi there, we implement rate limit for our applications and endpoints, please refer to this document for details about rate limits Authentication/End-user rate limits | Okta Developer
You will have to handle the error on your end and control the unauthorized requests before hitting the rate limit. hope this helps! let us know if you have more queries.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.