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?
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.