M1-V3 Creation of Aadhaar Via Biometric

XMLWordPrintable

    • Type: Task
    • Resolution: Unresolved
    • Priority: Medium
    • None
    • Affects Version/s: None

      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

      bioscript (2).txt

              Assignee:
              Karyamsetty Helen Grace
              Reporter:
              Karyamsetty Helen Grace
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: