Configure the OneyTrust Digital Review service
The OneyTrust Digital Review service analyzes the information in a user's profile (email, telephone number, address, etc.) and calculates a reliability score for that information. This allows companies to detect potentially problematic profiles and act accordingly (for instance, by deciding to direct them to a manual review process instead of accepting them automatically).
To set up a connection to the OneyTrust service, add the following keys in Vault:
| Key Path | Key Name | Key Value |
|---|---|---|
| kv/<environment>/<application>/app-settings | FTOSServicesOneyTrustEndpoint | exposed endpoint url |
| kv/<environment>/<application>/app-settings | FTOSServicesOneyTrustAppId | the subscription key |
Once the connection to the OneyTrust service is set up, you can use the createReview and getReview Server SDK functions to review user profiles.
Copy
<add key="FTOSServicesOneyTrustEndpoint" value="exposed endpoint url"/>
<add key="FTOSServicesOneyTrustAppId" value="the subscription key"/>