33.9.1 Enabling the Debug Option for the Device Fingerprint Rule

When enabled, the debug option shows all parameters fetched from the browser before submitting the fingerprint.

Perform the following steps to enable the debug option for the Device Fingerprint rule:

  1. Modify Identity Server’s tomcat.conf.

    For information about how to modify a file, see Modifying Configurations.

  2. Add the following option:

    JAVA_OPTS="${JAVA_OPTS} -Dcom.microfocus.nam.device.fingerprint.debug=true"

NOTE:When the Debug option is enabled, the fingerprint data is shown to all users during login to Identity Server. It is recommended to disable this option after debugging is completed.