Socure Digital Intelligence Integration
Set Up
First, install the web SDK npm package:
yarn add @alloyidentity/web-sdk
or 
npm install @alloyidentity/web-sdkJourney Integration
- Set up your Socure Digital Intelligence credentials in your Alloy Dashboard in the Settings > Services page.
- Navigate to Settings > SDK page on your Alloy Dashboard. Enable Socure via toggle. Upload your Socure Public Token when prompted.
- Run alloy.init()to initialize the SDK on each page you’d like Socure Digital Intelligence to run on.
- Capture the Device ID from the socureDeviceIdfield in thealloy.init()callback response. When you're ready to submit your Journey Application, include the Device ID in your POST /applications request in thesocure_session_identity payload field.
Workflow Integration
- Set up your Socure Digital Intelligence credentials in your Alloy Dashboard in the Settings > Services page.
- Navigate to Settings > SDK page on your Alloy Dashboard. Enable Socure via toggle. Upload your Socure Public Token when prompted.
- Run alloy.init()to initialize the SDK you’d like Socure Digital Intelligence to run on.
- Capture the Blackbox from the socureDeviceIdfield in thealloy.init()callback response. When you're ready to submit your Evaluation, include the Session ID in your POST /evaluations request in thesocure_session_idpayload field.
Updated 7 days ago