Socure Digital Intelligence Integration
Set Up
First, install the web SDK npm package:
yarn add @alloyidentity/web-sdk
or
npm install @alloyidentity/web-sdk
Journey 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
socureDeviceId
field 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_id
entity 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
socureDeviceId
field 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_id
payload field.
Updated about 2 months ago