ambigus9
ambigus9

Reputation: 1569

Why my idToken expires in 1 day if in AWS Cognito I configured for 5 minutes?

I have an React App associated with my AWS Cognito identity pool and in the Client Applications I setud as follows:

enter image description here

However Verifing the Cookie generated will Expire in 1 day:

enter image description here

Any idea How to fix this missmatch?

Upvotes: 0

Views: 102

Answers (1)

Ahmet Firat Keler
Ahmet Firat Keler

Reputation: 4055

It may be related with aws_user_pools_web_client_id. Please be sure you use the right user pool.

Upvotes: 1

Related Questions