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

  1. Set up your Socure Digital Intelligence credentials in your Alloy Dashboard in the Settings > Services page.
  2. Navigate to Settings > SDK page on your Alloy Dashboard. Enable Socure via toggle. Upload your Socure Public Token when prompted.
  3. Run alloy.init() to initialize the SDK on each page you’d like Socure Digital Intelligence to run on.
  4. Capture the Device ID from the socureDeviceId field in the alloy.init() callback response. When you're ready to submit your Journey Application, include the Device ID in your POST /applications request in the socure_session_id entity payload field.

Workflow Integration

  1. Set up your Socure Digital Intelligence credentials in your Alloy Dashboard in the Settings > Services page.
  2. Navigate to Settings > SDK page on your Alloy Dashboard. Enable Socure via toggle. Upload your Socure Public Token when prompted.
  3. Run alloy.init() to initialize the SDK you’d like Socure Digital Intelligence to run on.
  4. Capture the Blackbox from the socureDeviceId field in the alloy.init() callback response. When you're ready to submit your Evaluation, include the Session ID in your POST /evaluations request in the socure_session_id payload field.