Skip to content

Commit 094f429

Browse files
emmas-yotiecharrod
andcommitted
SDK-1005: Update developer documentation links
Also remove spurious references to hub.yoti.com/applications Co-Authored-By: Ed Harrod <[email protected]>
1 parent 6ac64ae commit 094f429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Please feel free to reach out
4343
## An Architectural View
4444

4545
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).
4747

4848
The image below shows how your application back-end and Yoti integrate into the context of a Login flow.
4949
Yoti SDK carries out for you steps 6, 7 and the profile decryption in step 8.
@@ -157,7 +157,7 @@ timestamp = source_anchor.signed_timestamp
157157
origin_server_certs = source_anchor.origin_server_certs
158158
```
159159

160-
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:
161161
```python
162162
age_verification_attribute = profile.get_attribute("age_over:18")
163163
```
@@ -173,7 +173,7 @@ Yoti will provide a boolean result on the following checks:
173173
* Fraud list - Verify against US Social Security Administration Fraud (SSN Fraud) list
174174
* Watch list - Verify against watch lists from the Office of Foreign Assets Control
175175

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.
177177

178178
For the AML check you will need to provide the following:
179179

@@ -222,7 +222,7 @@ Additionally an [example AML application](/examples/aml/app.py) is provided in t
222222

223223
## Running the Examples
224224

225-
From the [Yoti Hub](https://hub.yoti.com/applications):
225+
From the [Yoti Hub](https://hub.yoti.com):
226226
1. Set the application domain of your app to `localhost:5000`
227227
1. Set the scenario callback URL to `/yoti/auth`
228228

0 commit comments

Comments
 (0)