I am using
USER_PASSWORD_AUTH
for authFlow. Currently Im receiving OTP for login. How can I bypass OTP
Want to stop receiving OTP for login, instead get OTP during signup
I am using
USER_PASSWORD_AUTH
for authFlow. Currently Im receiving OTP for login. How can I bypass OTP
Want to stop receiving OTP for login, instead get OTP during signup
You should be able to disable the MFA for Cognito.
One of the options is to do so via CLI
aws cognito-idp set-user-pool-mfa-config --mfa-configuration OFF --user-pool-id <your_user_pool_id>