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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Please feel free to reach out
43
43
## An Architectural View
44
44
45
45
Before you start your integration, here is a bit of background on how the integration works. To integrate your application with Yoti, your back-end must expose a GET endpoint that Yoti will use to forward tokens.
46
-
The endpoint can be configured in the Yoti Hub when you create/update your application. For more information on how to create an application please check our [developer page](https://www.yoti.com/developers/documentation/#login-button-setup).
46
+
The endpoint can be configured in the Yoti Hub when you create/update your application. For more information on how to create an application please check our [developer page](https://developers.yoti.com/yoti-app-integration/yoti-app-integration#step-3-front-end-integration).
47
47
48
48
The image below shows how your application back-end and Yoti integrate into the context of a Login flow.
49
49
Yoti SDK carries out for you steps 6, 7 and the profile decryption in step 8.
If you have chosen `Verify Condition` on the [Yoti Hub](https://hub.yoti.com/applications) with the age condition of "Over 18", you can retrieve the user information as follows:
160
+
If you have chosen `Verify Condition` on the [Yoti Hub](https://hub.yoti.com) with the age condition of "Over 18", you can retrieve the user information as follows:
@@ -173,7 +173,7 @@ Yoti will provide a boolean result on the following checks:
173
173
* Fraud list - Verify against US Social Security Administration Fraud (SSN Fraud) list
174
174
* Watch list - Verify against watch lists from the Office of Foreign Assets Control
175
175
176
-
To use this functionality you must ensure your application is assigned to your Organisation in the Yoti Hub - please see [here](https://www.yoti.com/developers/documentation/#1-creating-an-organisation) for further information.
176
+
To use this functionality you must ensure your application is part of an Organisation in the Yoti Hub - please see [here](https://developers.yoti.com/yoti-app-integration/yoti-app-integration#step-1-creating-an-organisation) for further information.
177
177
178
178
For the AML check you will need to provide the following:
179
179
@@ -222,7 +222,7 @@ Additionally an [example AML application](/examples/aml/app.py) is provided in t
222
222
223
223
## Running the Examples
224
224
225
-
From the [Yoti Hub](https://hub.yoti.com/applications):
225
+
From the [Yoti Hub](https://hub.yoti.com):
226
226
1. Set the application domain of your app to `localhost:5000`
0 commit comments