You must now ensure that you now get the Device ID along with the DeviceDNA, as follows:
<input type="button" value="Login" onClick="collectSystemInfo();">
function collectSystemInfo()
{
client.processDNA();
var json = client.getDNA();
var did = client.getDID();
document.CollectMFPToEvaluate.DDNA = json;
document.CollectMFPToEvaluate.DeviceID = did ;
//post to server, both the DeviceDNA and Device ID values for risk eval
}
See "Performing Risk Evaluation" for more information.
|
Copyright © 2013 CA.
All rights reserved.
|
|