-
Notifications
You must be signed in to change notification settings - Fork 344
CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION challenge is not triggered. #6902
Description
Before creating a new issue, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have tried disabling all browser extensions or using a different browser
- I have tried deleting the node_modules folder and reinstalling my dependencies
- I have read the guide for submitting bug reports.
On which framework/platform are you having an issue?
React
Which UI component?
Authenticator
How is your app built?
Vite
What browsers are you seeing the problem on?
Chrome
Which region are you seeing the problem in?
No response
Please describe your bug.
I have a userPool with Required MFA, and the MFA methods are TOTP and SMS.
When the user tries to signIn, amplify should return the challenge CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION, but the amplify's response is
CONTINUE_SIGN_IN_WITH_TOTP_SETUP
Please let us know, when CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION challenge is triggered (if there are any further configs required).
What's the expected behaviour?
I have a userPool with Required MFA, and the MFA methods are TOTP and SMS.
When the user tries to signIn, amplify should return the challenge CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION.
Help us reproduce the bug!
Create a user Pool with Required MFA and add TOTP and SMS as MFA methods.
signIn with username and password through aws-amplify.
Code Snippet
// Put your code below this line.Console log output
No response
Additional information and screenshots
No response