AWS : Invalid identity pool configuration. Check assigned IAM roles for this pool

后端 未结 5 1564
清歌不尽
清歌不尽 2021-02-02 07:59

I have created one user pool & identity pool.

I have used javascript sdk.

I am able to signup, send confirmation code & confirm user successfully with j

5条回答
  •  轮回少年
    2021-02-02 08:48

    What you're trying to access here are "Cognito Federated Identity" credentials, which is a separate AWS product to "Cognito User Pools". In-order to retrieve these credentials, you need to connect your User Pool to your Federated Identity Pool.

    Perhaps this link will help: http://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-integrating-user-pools-with-identity-pools.html

    Also, I would remove admin access from Unauthenticated permissions, it means anyone with your details has control of your AWS account.

提交回复
热议问题