AdminInitiateAuth doesn't return "reset required" for imported users

0

Hi there,

We are migrating our user base to AWS Cognito. we successfully imported all users to a userpool, and the imported users state is set to "RESET_REQUIRED" which is the expected behaviour. Now the problem is when we try to log in using a username and a password for any of the imported users using the "AdminInitiateAuth" API, the API returns "Incorrect username or password" instead of "Password reset is required". However, when we set the status of a user that is not imported to "RESET_REQUIRED", the API returns "Password reset is required" as expected.

My question is how to configure Cognito to return "Password reset is required" for imported users? we will use the API response to redirect the user to the appropriate flow, depending on the error type.

Thanks in advance,
Khaled

已提问 3 年前427 查看次数
1 回答
0

Finally got it working!

After reading the documentation in depth, I was able to find this page: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-using-import-tool-password-reset.html

We just need to set the "Prevent User Existence Errors to legacy in the client settings.

已回答 3 年前

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

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

回答问题的准则