How long does the lockout last, when I fail to get a token for Apigee Edge admin?

Hi @Joel D'sa

According to this documentation page, I can now use my credentials, including multi-factor authentication if it is enabled, to obtain a JWT that will grant me access to the Edge Administrative API.

This is cool, but I have a question. If I submit incorrect credentials multiple times, I get locked out . The result is like this:

POST https://login.apigee.com/oauth/token
status: 401
{"error":"unauthorized","error_description":"Login policy rejected authentication"}

How long do I have to wait until the lockout ends?

Thanks!

0 1 234
1 REPLY 1

For UI lockout it's 120 seconds, according to our current docs. If it turns out to be different for 2FA API calls, we'll add that to the docs.