AWS cognito Forgot password both mail and sms

0

For AWS cognito in "Configure how users will recover their account when they forget their password. " want to configure in such a way that both otp shoul be recieved from both sms and mail

質問済み 1ヶ月前183ビュー
1回答
0

Hi,

I think that Cognito does not natively support sending the recovery code that is required to change the user's password to both destinations at the same time.

As described on the AWS documentation, Amazon Cognito chooses the code delivery destination based on the priority that you set.

If you do not specify a priority, Cognito uses a verified phone first. if it is not configured, It will try to the use verified email.

Finally, if neither a verified phone number nor a verified email exists, the API returns InvalidParameterException.

profile picture
エキスパート
回答済み 1ヶ月前

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

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

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

関連するコンテンツ