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:
Modify Identity Server’s tomcat.conf.
For information about how to modify a file, see Modifying Configurations.
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.