Previous Topic: Configuring Device ID and DeviceDNANext Topic: Step 2: Initialize Device ID and DeviceDNA Collection


Step 1: Include the Javascript File

You will need to modify the appropriate Web pages, such as the login or index page (say, index.jsp or login.jsp) to enable them to gather MFP and DeviceDNA-related information, and collect the Device ID (cookie) from the end user’s device.

Note: See "Enrollment Workflows" for more information on when and how RiskMinder sets the Device ID on the end user’s device.

To implement the script codes:

  1. Copy the entire devicedna directory from the following location to the appropriate Web application folder (say, <APP_SERVER_HOME>/<Your_Application_Home>/devicedna/):
  2. Include the riskminder-client.js file in the required application pages. We assume that these files are located in a folder that is relative to the folder containing index.jsp.
    <script type="text/javascript" src="devicedna/riskminder-client.js"></script>