Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,22 @@ If you are not using the Amplify CLI, existing Authentication resources from AWS
"Auth": {
"Default": {
"authenticationFlowType": "USER_SRP_AUTH",
"socialProviders": [],
"usernameAttributes": [],
"signupAttributes": [
"[SIGNUP MECHANISM]"
],
"passwordProtectionSettings": {
"passwordPolicyMinLength": [PASSWORD LENGTH],
"passwordPolicyCharacters": []
},
"mfaConfiguration": "OFF",
"mfaTypes": [
"[MFA TYPE]"
],
"verificationMechanisms": [
"[VERIFICATION MECHANISM]"
],
"OAuth": {
"WebDomain": "[YOUR COGNITO DOMAIN ]",
"AppClientId": "[COGNITO USER POOL APP CLIENT ID]",
Expand Down Expand Up @@ -163,4 +179,4 @@ If you are using a Cognito User Pool without a Cognito Identity Pool, you can om

</Block>

</BlockSwitcher>
</BlockSwitcher>
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,22 @@ If you are not using the Amplify CLI, existing Authentication resources from AWS
"Auth": {
"Default": {
"authenticationFlowType": "USER_SRP_AUTH",
"socialProviders": [],
"usernameAttributes": [],
"signupAttributes": [
"[SIGNUP MECHANISM]"
],
"passwordProtectionSettings": {
"passwordPolicyMinLength": [PASSWORD LENGTH],
"passwordPolicyCharacters": []
},
"mfaConfiguration": "OFF",
"mfaTypes": [
"[MFA TYPE]"
],
"verificationMechanisms": [
"[VERIFICATION MECHANISM]"
],
"OAuth": {
"WebDomain": "[YOUR COGNITO DOMAIN ]",
"AppClientId": "[COGNITO USER POOL APP CLIENT ID]",
Expand Down Expand Up @@ -174,4 +190,4 @@ If you are using a Cognito User Pool without a Cognito Identity Pool, you can om

</Block>

</BlockSwitcher>
</BlockSwitcher>