Details
-
Task
-
Resolution: Unresolved
-
Low
-
None
-
None
Description
As discussed in today's workshop
The correct attribute values are as follow:-
lr = 'Y'; (This Attribute is passed as 'N' by them due to which K-547 error arises)
Rest parameters are as is:-
ra = deviceType; //'F' for fingerprint
rc = 'Y';
de = 'N';
pfr = 'N';
text = '2.5' + ra + rc + lr + de + pfr;
wadh = Base64.stringify(sha256(text)); //Convert to SHA-256; and then to base64
Also, the sample Biometric javascript PID generation file is attached for reference.
With best regards, Rahul