stopped at access token
This commit is contained in:
24
amplify/backend/auth/safeqr/parameters.json
Normal file
24
amplify/backend/auth/safeqr/parameters.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"authSelections": "identityPoolAndUserPool",
|
||||
"resourceName": "safeqr",
|
||||
"serviceType": "imported",
|
||||
"region": "ap-southeast-1",
|
||||
"usernameAttributes": [
|
||||
"email"
|
||||
],
|
||||
"authProvidersUserPool": [
|
||||
"Google"
|
||||
],
|
||||
"requiredAttributes": [
|
||||
"email"
|
||||
],
|
||||
"passwordPolicyMinLength": 6,
|
||||
"passwordPolicyCharacters": [],
|
||||
"mfaConfiguration": "OPTIONAL",
|
||||
"autoVerifiedAttributes": [
|
||||
"email"
|
||||
],
|
||||
"mfaTypes": [
|
||||
"TOTP"
|
||||
]
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
{
|
||||
"version": "1",
|
||||
"cognitoConfig": {
|
||||
"identityPoolName": "safeqrfrontendmobile2d879dc9_identitypool_2d879dc9",
|
||||
"allowUnauthenticatedIdentities": false,
|
||||
"resourceNameTruncated": "safeqr2d879dc9",
|
||||
"userPoolName": "safeqrfrontendmobile2d879dc9_userpool_2d879dc9",
|
||||
"autoVerifiedAttributes": [
|
||||
"email"
|
||||
],
|
||||
"mfaConfiguration": "OFF",
|
||||
"mfaTypes": [
|
||||
"SMS Text Message"
|
||||
],
|
||||
"smsAuthenticationMessage": "Your authentication code is {####}",
|
||||
"smsVerificationMessage": "Your verification code is {####}",
|
||||
"emailVerificationSubject": "Your verification code",
|
||||
"emailVerificationMessage": "Your verification code is {####}",
|
||||
"defaultPasswordPolicy": false,
|
||||
"passwordPolicyMinLength": 8,
|
||||
"passwordPolicyCharacters": [],
|
||||
"requiredAttributes": [
|
||||
"email"
|
||||
],
|
||||
"aliasAttributes": [],
|
||||
"userpoolClientGenerateSecret": false,
|
||||
"userpoolClientRefreshTokenValidity": 30,
|
||||
"userpoolClientWriteAttributes": [
|
||||
"email"
|
||||
],
|
||||
"userpoolClientReadAttributes": [
|
||||
"email"
|
||||
],
|
||||
"userpoolClientLambdaRole": "safeqr2d879dc9_userpoolclient_lambda_role",
|
||||
"userpoolClientSetAttributes": false,
|
||||
"sharedId": "2d879dc9",
|
||||
"resourceName": "safeqrfrontendmobile2d879dc9",
|
||||
"authSelections": "identityPoolAndUserPool",
|
||||
"useDefault": "defaultSocial",
|
||||
"hostedUI": true,
|
||||
"usernameAttributes": [
|
||||
"email"
|
||||
],
|
||||
"hostedUIDomainName": "safeqrfrontendmobile2d879dc9-2d879dc9",
|
||||
"authProvidersUserPool": [],
|
||||
"hostedUIProviderMeta": "[]",
|
||||
"userPoolGroupList": [],
|
||||
"serviceName": "Cognito",
|
||||
"usernameCaseSensitive": false,
|
||||
"useEnabledMfas": true,
|
||||
"authRoleArn": {
|
||||
"Fn::GetAtt": [
|
||||
"AuthRole",
|
||||
"Arn"
|
||||
]
|
||||
},
|
||||
"unauthRoleArn": {
|
||||
"Fn::GetAtt": [
|
||||
"UnauthRole",
|
||||
"Arn"
|
||||
]
|
||||
},
|
||||
"breakCircularDependency": true,
|
||||
"dependsOn": [],
|
||||
"oAuthMetadata": "{\"AllowedOAuthFlows\":[\"code\"],\"AllowedOAuthScopes\":[\"phone\",\"email\",\"openid\",\"profile\",\"aws.cognito.signin.user.admin\"],\"CallbackURLs\":[\"com.safeqr.safeqr://\"],\"LogoutURLs\":[\"com.safeqr.safeqr://\"]}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user