Enterprise-CMCS / macpro-quickstart-serverless

Other
18 stars 14 forks source link

Configure login and password recovery policies #554

Closed leslie-corbalt closed 2 years ago

leslie-corbalt commented 2 years ago

https://jiraent.cms.gov/browse/CMCSMACD-509

Purpose

Configure the password policy, and account recovery setting. Set MFAConfiguration to OFF and note that MFA is not enabled by Cognito Hosted UI. If enabled, the developer must implement MFA in the QuickStart.

Learning

From the AWS documentation provided in the AWS console when configuring MFA: "If using TOTP MFA, MFA registration must be coded into your app. Users signing up in the Amazon Cognito hosted UI are not automatically prompted to register a code generator app. If a user does not have an MFA set up, Amazon Cognito will respond to sign-in attempts with an MFA_SETUP challenge." Here is an example of the MFA_CHALLENGE:

image

Pull Request Creator Checklist

Pull Request Reviewer/Assignee Checklist