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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ