Details
Description
To ensure correct management of OAuth tokens, the following limits are imposed:
Only 5 refresh tokens can be generated per hour for a given client id.
Only 5 access tokens may be generated for a given refresh token per minute.
The intent of these limits is to encourage API users to correctly cache tokens which will optimize their access to our APIs as well as reduce our server load.
Another ticket will be created to make these limits configurable.
Attachments
Issue Links
- cloned to
-
AML-3629 Quality of Service layer - Placeholder
-
- Closed
-