I have a load test suite for an application which has an api to authenticate a user’s credentials(username + password) against Okta. For the negative scenario of someone providing the incorrect password over and over, I get Http response codes of 429 Too many requests. 429s start appearing within seconds of the first few requests.
- Is it an Okta behavior to return 429 in case credentials are wrong ?
- Whats the best way to handle these 429 errors ?