You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/liveness/README.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,26 @@ amplify add auth
46
46
```
47
47
Provide the responses shown after each of the following prompts.
48
48
```
49
-
? Do you want to use the default authentication and security configuration?
50
-
`Default configuration`
51
-
? How do you want users to be able to sign in?
49
+
? Do you want to use the default authentication and security configuration?
50
+
`Default configuration with Social Provider (Federation)`
51
+
? How do you want users to be able to sign in?
52
52
`Username`
53
-
? Do you want to configure advanced settings?
53
+
? Do you want to configure advanced settings?
54
54
`No, I am done.`
55
+
? What domain name prefix you want us to create for you?
56
+
`(default)`
57
+
? Enter your redirect signin URI:
58
+
`myapp://callback/`
59
+
? Do you want to add another redirect signin URI
60
+
`No`
61
+
? Enter your redirect signout URI:
62
+
`myapp://signout/`
63
+
? Do you want to add another redirect signout URI
64
+
`No`
65
+
? Select the social providers you want to configure for your user pool:
66
+
`<hit enter>`
55
67
```
68
+
4. Update the `AndroidManifest.xml` file in your project according to the steps [here](https://docs.amplify.aws/lib/auth/signin_web_ui/q/platform/android/#update-androidmanifestxml).
56
69
5. Once finished, run `amplify push` to publish your changes.
57
70
Upon completion, `amplifyconfiguration.json` should be updated to reference these provisioned backend resources.
58
71
6. Follow the steps below to create an inline policy to enable authenticated app users to access Rekognition, which powers the FaceLivenessDetector.
0 commit comments