I need to disable the MFA of this Cognito user pool. However, I cannot, when clicking OFF, nothing happens.
You can try to disable MFA using AWS CLI like this:
aws cognito-idp set-user-pool-mfa-config --mfa-configuration OFF --user-pool-id <your_user_pool_id>
1.4m articles
1.4m replys
5 comments
57.0k users