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
답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠