Cognito Token endpoint Quotas

0

My application calls the Token endpoint and all possible grant types are used (authorization_code, refresh_token and client_credentials) The Quotas documentation is very specific about the client_credentials grant type and states a 150 RPS limit. What about the two other grant types, authorization_code and refresh_token? Can someone please provide me the quotas for those?

Ollis
已提问 6 个月前282 查看次数
2 回答
0

Hello,

From the question I understand that you would like to know what the quotas are for authorization_code and refresh_token grant types as the quotas documentation only specifically mentions an RPS limit for client_credentials.

In regards to the authorization_code and refresh_token the quotas for these two grant types would have the quota based of of user authentication for the InitiateAuth API call. This would mean that the default quota would be 120 RPS and is adjustable.

AWS
支持工程师
已回答 6 个月前
  • Ok, is this regardless of the initial used authentication method, federated or not? (We use OIDC federation)

0

Hello,

Limits consumed when an application calls the Token endpoint with authorization code and refresh token grant type.

  1. Hosted UI sign-in, in both authorization code and implicit grant types, consumes UserAuthentication category limits.
  2. Requests to /oauth2/token endpoint for refresh_token grant consumes UserAuthentication category limits.
  3. Requests to /oauth2/token endpoint for authorization_code grant type has the same limits as UserAuthentication category but does not consume that category limits.

We've the updated the quotas documentation accordingly: https://docs.aws.amazon.com/cognito/latest/developerguide/limits.html#category_operations

AWS
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则