Aadhaar Authentication Api 2 5
Aadhaar Authentication Api 2 5
AADHAAR AUTHENTICATION
API SPECIFICATION - VERSION 2.5
MARCH 2018
Version 2.5 Aadhaar Authentication API
Table of Contents
1. INTRODUCTION ............................................................................................................................ 3
1.1 TARGET AUDIENCE AND PRE-REQUISITES ................................................................................. 3
1.2 TERMINOLOGY ......................................................................................................................... 3
1.3 LEGAL FRAMEWORK ................................................................................................................. 4
1.4 OBJECTIVE OF THIS DOCUMENT................................................................................................. 4
2. UNDERSTANDING AADHAAR AUTHENTICATION ................................................................... 5
2.1 AADHAAR NUMBER................................................................................................................... 5
2.2 VIRTUAL IDENTITY (VID) NUMBER AND UID TOKEN .................................................................... 5
2.3 AADHAAR AUTHENTICATION AT A GLANCE ................................................................................. 6
2.4 AADHAAR AUTHENTICATION USAGE .......................................................................................... 6
3. AADHAAR AUTHENTICATION API ............................................................................................. 7
3.1 AUTHENTICATION FLOW ........................................................................................................... 7
3.2 API PROTOCOL ........................................................................................................................ 8
3.2.1 Element Details ................................................................................................................. 9
3.3 AUTHENTICATION API: INPUT DATA FORMAT ........................................................................... 10
3.3.1 Element Details ............................................................................................................... 11
3.4 AUTHENTICATION API: RESPONSE DATA FORMAT.................................................................... 20
3.4.1 Element Details ............................................................................................................... 21
4. API AND DATA SECURITY ........................................................................................................ 29
4.1 AUTHENTICATION DATA SECURITY .......................................................................................... 29
4.2 USING BINARY FORMAT FOR PID BLOCK .................................................................................. 30
4.3 AUTHENTICATION AUDITS ....................................................................................................... 30
5. BEST FINGER DETECTION ....................................................................................................... 31
5.1 BEST FINGER ......................................................................................................................... 31
5.2 BEST FINGER DETECTION (BFD) ............................................................................................ 31
5.3 BEST FINGER DETECTION PROCESS ....................................................................................... 31
6. APPENDIX .................................................................................................................................... 33
6.1 CHANGES IN VERSION 2.5 FROM VERSION 2.0 REVISION 1................................................................. 33
1. Introduction
The Unique Identification Authority of India (UIDAI) has been created, with the mandate
of providing a Unique Identity (Aadhaar) to all Indian residents. The UIDAI provides
online authentication to verify the identity claim of the Aadhaar number holder.
Readers should also read the following related documents for complete understanding.
1. Aadhaar OTP Request API -
http://uidai.gov.in/images/resource/aadhaar_otp_request_api_2_5.pdf
2. Aadhaar Registered Devices Specification -
http://uidai.gov.in/images/resource/aadhaar_registered_devices_2_0_1.pdf
3. Aadhaar e-KYC API -
http://uidai.gov.in/images/resource/aadhaar_ekyc_api_2_5.pdf
1.2 Terminology
For latest documents related to Aadhaar authentication, partner guidelines, other APIs,
and related documents, see http://authportal.uidai.gov.in
This chapter describes Aadhaar authentication, some of the envisioned usage scenarios,
and working details. Technical details follow in subsequent chapters.
Aadhaar number is provided during the initiation process called enrolment where his/her
demographic and biometric information are collected and uniqueness of the provided
data is established through a process called de-duplication. Post de-duplication, an
Aadhaar number is issued and a letter is sent to Aadhaar number holder informing the
details.
UID Token is returned as part of every authentication which is the unique token for that
Aadhaar number holder within that agency. Agencies should use UID token to seed their
database and map to their customer/beneficiary data. This Token will be unique for each
Aadhaar number for a particular entity (AUA/Sub-AUA). This Token will remain same for
an Aadhaar number for all authentication requests by that particular entity. However, for
a particular Aadhaar Number, different AUAs/Sub-AUAs will have different UID Tokens.
The UID Token is an alphanumeric string meant only for system usage.
More about VID and UID Token are available on UIDAI website. From this document
perspective, it is important to note that VID or UID Token can be used in lieu of Aadhaar
number within authentication request. In addition, authentication response contains the
UID Token for whom authentication was done so that agencies can store that within their
database or audits.
In all forms of authentication the Aadhaar Number/Virtual ID/UID Token needs to
be submitted so that authentication is reduced to a 1:1 match. In addition, Aadhaar
authentication service only responds with a “yes/no” and no Personal Identity
Information (PII) is returned as part of the response.
Aadhaar authentication provides several ways in which an Aadhaar number holder can
authenticate themselves using the system. At a high level, authentication can be using
Demographics data and/or Biometric (FP/Iris/Face) data, and/or OTP.
During the authentication transaction, the Aadhaar number holder’s record is first
selected using the Aadhaar Number/Virtual ID/UID Token and then the
demographic/biometric inputs are matched against the stored data within CIDR which
was provided by the Aadhaar number holder during enrolment/update process.
For further details on usage of Aadhaar in various service delivery scenarios, refer to
“Aadhaar Enabled Service Delivery” White Paper published on UIDAI website -
http://uidai.gov.in/images/authDoc/whitepaper_aadhaarenabledservice_delivery.pdf
This chapter describes the API in detail including the authentication flow, communication
protocol, and data formats.
1
Scenario in the diagram is a typical authentication flow and is a case of an operator
assisted transaction:
a) Aadhaar number holder provides Aadhaar Number or Virtual ID or AUA/Sub-AUA
specific identifier, necessary demographic and/or OTP and/or biometric details
which is captured using registered devices belonging to the AUA/Sub-AUA (or
merchant/operator appointed by AUA/Sub-AUA).
b) Aadhaar authentication enabled application software that is installed on the
device packages these input parameters, encrypts, and sends it to AUA server over
either a mobile/broadband network using a secure protocol such as HTTPS.
c) AUA server, after validation, adds necessary headers (AUA specific wrapper XML
with license key, signature, etc.), and passes the request through ASA server to
UIDAI CIDR.
d) Aadhaar authentication server returns a “yes/no” based on the match of the input
parameters.
e) Based on the response from the Aadhaar authentication server, AUA/Sub-AUA
conducts the transaction.
2
Scenario below depicts the Aadhaar number holder conducting assisted transactions
with Aadhaar authentication on his/her mobile or on the Internet.
a) In this case, transaction data is captured on the mobile/Internet application
provided by AUA/Sub-AUA.
b) Aadhaar number holder provides necessary demographic data long with OTP
(fingerprint/iris is also possible using registered devices) in addition to AUA
specific attributes (account number, password, PIN, etc.). Aadhaar authentication
enabled application software that is installed on the device packages these input
parameters, encrypts, and sends it to AUA server over either a mobile/broadband
network using a secure protocol such as HTTPS.
c) Step c, d, and e are same as in scenario 1 above.
3
Scenario is a slight variant of 2nd scenario where AUA also plays the role of ASA and
4
has direct connectivity to UIDAI data centers. Scenario is how AUAs and application
developers can test Aadhaar authentication using the public URL.
https://<host>/<ver>/<ac>/<uid[0]>/<uid[1]>/<asalk>
API input data should be sent to this URL as XML document using Content-Type
“application/xml” or “text/xml”.
For security reason data collected for Aadhaar authentication must not be stored
in the devices or log files. It’s essential for ASA and AUA to maintain audit records for
all the authentication request metadata along with the response.
As a best practice, for all secure communications the agencies should automatically
validate the SSL/TLS certificate and ensure it is validated against the revocation list
online.
host – Aadhaar authentication server address. Actual production server address will be
provided to ASAs. Note that production servers can only be accessed through private
secure connection. ASA server should ensure that actual URL is configurable. (For
development and testing purposes, public URL “auth.uidai.gov.in” can be used.)
ver – Authentication API version (mandatory). UIDAI may host multiple versions for
supporting gradual migration. For this specification, version is “2.5”.
ac – A unique code for the AUA which is assigned by UIDAI. This is an alpha-numeric
string having maximum length 10. (A default value “public” is available for testing.)
uid[0] and uid[1] – First 2 digits of Aadhaar Number. When VID, UID Token, or encrypted
Aadhaar number (future) is used, pass “0” and “0” for these.
asalk – A valid ASA license key. ASAs must send one of their valid license keys at the end
of the URL. It is important that license keys are maintained safely. When adding license
key to the URL, ensure it is “URL encoded” to handle special characters.
For all valid responses, HTTP response code 200 is used. All application error codes are
encapsulated in response XML element. In the case of connection and other server errors,
standard HTTP error response codes are used (4xx codes such as 403, 404, etc.). HTTP
automatic redirects also should be handled by ASA server.
ASA server must send one of their valid license keys as part of the URL (see details
above). Authentication related APIs are enabled only for valid ASAs and only for their
registered static IP addresses coming through a secure private network.
.
“Data” element contains “Pid” (Personal Identity Data) element which is a base-64
encoded encrypted block. Complete “Data” block should be encrypted at the time of
capture on the client. But, encoding (base-64) of “Data” block and packaging it with
enveloping XML under “Auth” element can either be done on the device or on the AUA
server based on the AUA needs. Device capability, protocol between devices and AUA
server, and data format used between devices and AUA server, etc. should be considered
for making that choice.
When using PID block in XML format (which is the default), following is the format for
“Pid” element:
<Pid ts="" ver="" wadh=””>
<Demo lang="">
<Pi ms="E" mv="" name="" lname="" lmv="" gender="M|F|T" dob=""
dobt="V|D|A" age="" phone="" email=""/>
<Pa ms="E" co="" house="" street="" lm="" loc=""
vtc="" subdist="" dist="" state="" country="" pc="" po=""/>
<Pfa ms="E" mv="" av="" lav="" lmv=""/>
</Demo>
<Bios dih="">
<Bio type="FMR|FIR|IIR|FID" posh="" bs="">encoded biometric</Bio>
</Bios>
<Pv otp="" pin=""/>
</Pid>
Instead of XML format, this version also allows PID block to be in binary format based on
Protocol Buffers standard (http://code.google.com/p/protobuf/). Notice that “Auth”
XML must be in XML format. Binary format is only supported for PID block to enable
smaller packet sizes to be transmitted from devices. See Appendix for details.
Attributes:
uid – (mandatory) This can be Aadhaar Number (wherever Aadhaar number is
used, in future, an encrypted Aadhaar number may also be used) or Virtual ID or
agency specific UID token of the person being authenticated.
rc – (mandatory) Aadhaar number holder consent to do the Aadhaar based
authentication using OTP or Biometrics. Only allowed value is “Y”. Without explicit
informed consent of the Aadhaar number holder AUA/Sub-AUA application
should not call this API.
tid – (mandatory) Value should be passed as “registered”. When not using
biometric authentication, value of this attribute must be “”.
ac – (mandatory) A unique code for the AUA which is assigned by UIDAI during
AUA registration process. This is an alpha-numeric string having maximum length
10. (A Default value “public” is available which is ONLY for testing.)
sa – (mandatory) A unique “Sub-AUA” code assigned by UIDAI. AUAs should get
their Sub-AUAs registered within UIDAI system.
o This allows auditing and business intelligence to be provided at SA level. If
AUA and SA are same agency, use value of “ac” for this attribute.
o This is an alpha-numeric string having maximum length 10.
o AUA to intimate UIDAI of their sub-AUAs and the sub-AUA code will be
assigned by UIDAI.
ver – (mandatory) version of the API. Currently only valid value is “2.5”.
txn – (mandatory) AUA specific transaction identifier. AUA can choose to pass this
as part of input. This is returned as part of response as is. This is very useful for
linking transactions full round trip across systems.
o This is an alpha-numeric string of maximum length 50. Only supported
characters are A-Z, a-z, 0-9, period, comma, hyphen, backward & forward
slash, left & right parenthesis, and colon. No other characters are
supported.
o It is highly recommended that AUAs use this attribute for correlating
requests with responses for auditing and verification.
o In case of OTP Authentication using Request OTP API call this value of
txn MUST be same as the txn value used for Request OTP API call. This
is to ensure OTP cannot be intercepted and used by other applications.
o This MUST NOT start with “U*:” where “*” can be one or more alpha-
numeric characters. All namespaces starting with “U” is reserved for
various APIs offered by UIDAI.
lk – (mandatory) A valid “License Key” assigned to the AUA/Sub-AUA.
o These license keys have expiry built into them and AUA/Sub-AUA
administrator need to ensure that they generate new license keys before
current ones expires through self-service portal.
o This is an alpha-numeric string of length up to 64 characters.
Attributes:
pi – (mandatory) Valid values are “y” or “n”. If the value is “y” then at least one
attribute of element “Pi” (part of “Demo” element) should be used in
authentication. If value is “n”, “Pi” element is not mandated.
pa – (mandatory) Valid values are “y” or “n”. If the value is “y” then at least one
attribute of element “Pa” (part of “Demo” element) should be used in
authentication. If value is “n", “Pa” element is not mandated.
pfa – (mandatory) Valid values are “y” or “n”. If the value is “y” then element “Pfa”
(part of “Demo” element) should be used in authentication. If value is “n”, “Pfa”
element is not mandated.
bio – (mandatory) Valid values are “y” or “n”. If the value is “y” then at least one
biometric element “Bio” (part of “Bios” element) should be used in authentication.
If value is “n”, “Bio” element is not mandated.
bt – (mandatory only if “bio” attribute has value “y”) provide a comma separated
list of biometrics used. Valid values that can be used in this comma separated list
are “FMR”, “FIR”, “IIR” and “FID”. If “FMR” is part of the list, then at least one
“Bio” element with type FMR should be used. Similarly, if “FIR” or “IIR” or “FID”
are part of the list, then at least one “Bio” element with those types must be used.
pin – (mandatory) Valid values are “y” or “n”. If the value is “y” then PIN should be
used in authentication. Otherwise, “pin” is not mandated.
otp – (mandatory) Valid values are “y” or “n”. If the value is “y” then OTP should
be used in authentication. Otherwise, “otp” is not mandated.
Attributes:
dpId – (mandatory for bio auth) Unique code assigned to registered device
provider. Returned by RD Service when using biometric authentication.
rdsId – (mandatory for bio auth) Unique ID of the certified registered device
service. Returned by RD Service when using biometric authentication.
rdsVer – (mandatory for bio auth) Registered devices service version. Returned
by RD Service when using biometric authentication.
dc – (mandatory for bio auth) Unique Registered Device Code. Returned by RD
Service when using biometric authentication.
mi – (mandatory for bio auth) Registered device model ID. Returned by RD Service
when using biometric authentication.
mc – (mandatory for bio auth) This attribute holds registered device public key
certificate. This is signed with device provider key. Returned by RD Service when
using biometric authentication.
Attributes:
ci – (mandatory) Public key certificate identifier using which “skey” was
encrypted. UIDAI may have multiple public keys in field at the same time. Value of
this attribute is the certificate expiration date in the format “YYYYMMDD”. Expiry
date of the certificate can be obtained from the certificate itself.
Attributes:
type – (optional) Type of the PID block format. It can have two values – “X” for
XML and “P” for Protobuf binary format. Default value is assumed to be “X”.
Attributes:
ts – (mandatory) Timestamp at the time of capture of authentication input. This is
in format “YYYY-MM-DDThh:mm:ss” (derived from ISO 8601). Time zone should
not be specified and is automatically defaulted to IST (UTC +5.30). Since
timestamp plays a critical role, it is highly recommended that devices are
time synchronized with a time server.
ver – (mandatory) version of the “Pid” element. Currently only valid value is “2.0”
Notice that this is NOT same as Authentication API version. Pid version 1.0 is only
for Authentication API versions 1.x.
wadh – (optional) “Wrapper API data hash”. SHOULD BE empty for all regular
authentication transactions. ONLY to be used for specific transaction types such
as eKYC and Update APIs. See those API documents for detail. This is a hash value
passed by those wrapper APIs for PID binding. No other authentication call should
pass any value in this attribute and must be left empty.
Attributes:
lang – (optional) “Indian Language Code” in the case of using Indian language data
for demographic match (see lname, lav attributes). This must be a valid language
code from the following table
Kannada 07
Malayalam 11
Manipuri 12
Marathi 13
Oriya 15
Punjabi 16
Tamil 20
Telugu 21
Urdu 22
NOTE: Indian language matching of name and address allows data to be matched in any
of the above languages using a fuzzy matching logic. In the case of address where multiple
fields are provided as a single string (using “lav” attribute), it is recommended to separate
each field (house, street, locality, vtc, district, etc) by comma.
Element: Pi (Optional)
This element captures attributes related to “Personal Identity”
Attributes:
ms – (optional) “Matching Strategy” for “name” attribute. Valid values are “E”
(Exact match) and “P” (Partial match). This is used only for “name” attribute.
Defaulted to “E”.
mv – (optional) “Match value” for “name” attribute, Only valid value is 100.
name – (optional) Name of the Aadhaar number holder in English. Maximum
length is 60.
NOTE: If “ms” and/or “mv” are provided, but, “name” attribute is not provided or
empty value is provided, no name matching will be performed.
When using matching strategy “Exact” (ms=”E”), the name attribute is compared
for exact match with the name stored in Aadhaar database. Though comparison
is case insensitive, all the words of the name must be specified in the exact same
order as provided by the Aadhaar number holder during Aadhaar enrolment.
NOTE: If this attribute is provided, “lang” attribute must be specified for “Demo”
element.
lmv – (optional) Local Language Match Value to adjust phonetic match threshold.
Only valid value is 100.
gender – (optional) Valid values are “M” for male, “F” for female, and “T” for
transgender.
dob – (optional) Date of Birth in “YYYY-MM-DD” format. If only year needs to be
authenticated, then use format “YYYY”.
dobt – (optional) Date of Birth Type as indicated in Aadhaar system. This attribute
can have only 3 values – “V” (for Verified), “D” (for Declared), and “A”
(Approximate). When the Aadhaar number holder is enrolled, DoB may be
recorded along with any of these types.
age – (optional) In certain use cases such as checking whether a Aadhaar number
holder can be considered a senior citizen or an adult (age above or equal to 18
years), it may be desired that only age of a Aadhaar number holder can be verified
using Aadhaar Authentication instead of verifying against complete data of birth.
When “age” attribute is specified, authentication will pass if Aadhaar number
holder’s age is “equal to or greater than” the input age. Else, it will fail with
appropriate authentication error code.
phone – (optional) Registered mobile phone number of the Aadhaar number
holder.
email – (optional) Registered email address of the Aadhaar number holder. This
is case-insensitive match removing trailing and leading spaces.
Element: Pa (Optional)
This element captures attributes related to “Personal Address”. These are address
fields as provided by the Aadhaar number holder during enrolment or later
updates. Only attributes that are sent as part of input will be compared.
This element should not be used when using “Pfa” element as “Pa” and “Pfa” are
mutually exclusive.
Attributes:
All attributes are compared case insensitive after leading and trailing spaces are
trimmed and all the occurrences of consecutive spaces are replaced with single space.
ms – (optional) “Matching Strategy” for address attributes. Only the value “E”
(Exact match) is supported. This is used only when at least one address attribute
is specified.
co – (optional) “Care of” person’s name.
house – (optional) House identifier.
street – (optional) Street name.
lm – (optional) Landmark if any.
loc – (optional) Locality if any.
vtc – (optional) Name of village or town or city.
subdist – (optional) Sub-District name.
dist – (optional) District name.
state – (optional) State name.
country – (optional) Country name.
pc – (optional) Postal pin code.
po – (optional) Post Office name.
This element should not be used when using “Pa” element as “Pa” and “Pfa” are
mutually exclusive.
Attributes:
ms – (optional) “Matching Strategy” for address attributes. Valid value is “E”
(Exact match) .
mv – (optional) Valid value is 100 and it is used only when matching strategy (ms
attribute) is “P” (Partial match).
It represents the percentage of full words from the address stored in Aadhaar
database that must be specified in the “av” attribute for the match to be considered
successful,
av – (optional) Aadhaar number holder’s full address specified as a single string
value.
Normalization:
“av” value and the Aadhaar number holder’s address stored in Aadhaar database,
both are normalized using following rules before comparison.
When using matching strategy “Exact” (ms=”E”), the normalized “av” attribute is
compared for exact match with the normalized Aadhaar number holder’s address
stored in Aadhaar database.
Attributes:
dih – (mandatory) “Device Info Hash”. This will be calculated by Registered
Device (RD) service as part of PID block capture when using biometrics.
Attributes:
type – (mandatory) This attribute specifies type of the biometric. Valid values are
“FMR” (Finger Minutiae), “FIR” (Finger Image), and “IIR” (Iris Image).
o FMR - The biometric data is of type “Fingerprint Minutiae Record”. This
data is in ISO minutiae format with no proprietary extensions allowed.
o FIR - The biometric data is of type “Fingerprint Image Record”. The data is
a fingerprint image packaged in ISO 19794-4 format, which could contain
a lossy compressed image of type Jpeg2000.
o IIR - The biometric data is of type “Iris Image Record”. The data is an iris
image packaged in ISO 19794-6 format, which could contain a lossy
compressed image having type Jpeg2000.
o FID - The biometric data is of type “Face Image Data”. The data is face image
packaged in ISO 19794-5 format, which could contain a lossy compressed
image having type Jpeg2000. Only one FID need to be there along with
another modality. Usage of face alone as biometric modality will result in
error “914”.
bs – (mandatory for registered device) For registered device, Base-64 encoded
signed biometric hash of the bio record. AUA application should call the registered
device capture function to obtain the bio record as well as the signature string (bs).
posh – (mandatory) In general, it is highly recommended that applications pass
“UNKNOWN” unless it clearly knows which finger was used. Valid values are:
LEFT_IRIS
RIGHT_IRIS
LEFT_INDEX
LEFT_LITTLE
LEFT_MIDDLE
LEFT_RING
LEFT_THUMB
RIGHT_INDEX
RIGHT_LITTLE
RIGHT_MIDDLE
RIGHT_RING
RIGHT_THUMB
FACE
UNKNOWN
Element: Pv (optional)
This element (“Pin Value”) allows support for additional factors “pin” and “otp”.
Attributes:
pin – (optional) Actual value of PIN as set by Aadhaar number holder. This is an
alpha numeric value. This option is NOT available for AUAs and is restricted
to internal UIDAI usage only.
otp – (optional) This One Time Pin (OTP) value should be obtained from the
Aadhaar number holder. To obtain OTP, following two ways can be used:
o By the Aadhaar number holder her/himself using UIDAI portal, by sending
an inbound SMS from registered phone, by calling IVR from registered
phone, or by using UIDAI provided mobile app running on registered phone
(TOTP). Some of these options may not be enabled at this time.
o By programmatically initiating the request from the AUA/sub-AUA
application in which authentication is used. Whichever application needing
to validate OTP can thus initiate OTP request on behalf of the Aadhaar
number holder via Request OTP API.
<BfdRanks>
<!—following element repeats for all matchable fingers ONLY when the
request is for BFD (see Best Finger Detection chapter) -->
<BfdRank pos="" val=""/>
</BfdRanks>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
<CanonicalizationMethod
Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-
sha256" />
<Reference URI="">
<Transforms>
<Transform
Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-
signature" />
</Transforms>
<DigestMethod
Algorithm="http://www.w3.org/2000/09/xmldsig#sha256"/>
<DigestValue></DigestValue>
</Reference>
</SignedInfo>
<SignatureValue></SignatureValue>
</Signature>
</AuthRes>
Agencies that use the authentication response need a mechanism to validate the
authenticity of the authentication response for non-repudiation purposes. In order to
enable verification and audit, authentication response will be digitally signed by UIDAI
and the signature will be part of the response. AUAs are expected to preserve the entire
response XML for non-repudiation purposes.
Element: AuthRes
Attributes:
ret – this is the main authentication response. It is either “y” or “n”.
code – unique alphanumeric “authentication response” code having maximum
length 40. If the input is “not” processed due to errors such as decryption, wrong
hmac value, etc., a value of “NA” will be returned. But, due to some transmission
errors or changes in deployments, if code is returned as “NA”, AUAs may retry the
transaction and if it continues to fail, may report to UIDAI technical support.
txn – Authenticator specific transaction identifier. This is exactly the same value
that is sent within the request.
ts – Timestamp when the response is generated. This is of type XSD dateTime.
actn – This attribute may or may not exist in response. This attribute, alpha-
numeric of max length 5, provides specific action codes (published from time to
time) meant to be shown to Aadhaar number holder or operator. Refer to
latest action codes at API error handling section of authentication portal at
https://authportal.uidai.gov.in/developer
o One possible use is to provide feedback to Aadhaar number holder for
improving authentication outcomes and required data update
notifications.
o This attribute MUST be sent to front-end application by ASA/KSA and
AUA/KUA to ensure action and corresponding message is displayed
to Aadhaar number holder or operator.
info – This attribute provides meta information on the details included in auth.
This is composed of the following parts:
pid_version – Version string of the PID block which was part of input
timestamp – PID “ts” string which was part of input
fmrcount – Total number of FMR records which was part of input
fircount – Total number of FIR records which was part of input
iircount – Total number of IIR records which was part of input
fidcount – Total number of FID records which was part of input
auth_api_ver – Version string of auth XML which was part of input
SHA-256 of ASA code – Hash value of the ASA code
SHA-256 of AUA code – hash value of the AUA code
SHA-256 of SUB-AUA code – Hash value of “sc” attribute of input
lang – same as “lang” attribute of input. If input did not have it, this will
contain value “NA”.
pi-ms – Match strategy used. Same as “ms” attribute of “Pi” element. If
input did not have it, this will contain value “NA”.
pi-mv – Match value used. Same as “mv” attribute of “Pi” element. If input
did not have it, this will contain value “NA”.
pi-lmv – Local language match value used. Same as “lmv” attribute of “Pi”
element. If input did not have it, this will contain value “NA”.
pa-ms – Match strategy used. Same as “ms” attribute of “Pa” element. If
input did not have it, this will contain value “NA”.
pa-lmv – Local language match value used. Same as “lmv” attribute of
“Pa” element. If input did not have it, this will contain value “NA”.
pfa-ms – Match strategy used. Same as “ms” attribute of “Pfa” element. If
input did not have it, this will contain value “NA”.
pfa-mv – Match value used. Same as “mv” attribute of “Pfa” element. If
input did not have it, this will contain value “NA”.
pfa-lmv – Local language match value used. Same as “lmv” attribute of
“Pfa” element. If input did not have it, this will contain value “NA”.
tid – P if public device, R if Registered device, NA if no device is used.
rdsId – Registered Device Service ID. If registered devices is not used,
this will be NA.
rdsVer – Registered Device Service version. If registered devices is not
used, this will be NA.
dpId – Registered Device Provider ID. If registered devices is not used,
this will be NA.
mi – Registered Device Provider Model ID. If registered devices is not
used, this will be NA.
SHA-256 of dc – Unique code of the device (dc) in SHA-256 form.
SHA-256 of udc – AUA specific host code in SHA-256 form.
rdLevel – Registered Devices Certification Level (L0 or L1). If registered
devices is not used, this will be NA.
wadh – Wrapper API data hash. If not available, this will be NA.
04{NA,V,f25073ce9d46b0f720d00f32d8979c4efdab5346868ffac90f4412d02710f
7ef,0100002020000000,2.0,20160603104809,1,0,0,0,2.0,1f5368b4cf6d74290
33a47b8c7963329945c2bdf2690fa3685945b15d3cda2e0,96cae35ce8a9b0244178b
f28e4966c2ce1b8385723a96a6b838858cdd6ca0a1e,,NA,P,50,NA,E,NA,NA,NA,NA
,NA,NA,NA,NA,NA,NA,af76e1ffcb2e308770ac5212acbbc7d93ba5693d828714a513
6b6e1a9f438fc3,NA,NA}
err – Failure error code. If authentication fails (“ret” attribute value is “n”), this
attribute provides any of the following codes:
o “100” – “Pi” (basic) attributes of demographic data did not match.
o “200” – “Pa” (address) attributes of demographic data did not match.
o “300” – Biometric data did not match.
o “310” – Duplicate fingers used.
o “311” – Duplicate Irises used.
o “312” – FMR and FIR cannot be used in same transaction.
o “313” – Single FIR record contains more than one finger.
o “314” – Number of FMR/FIR should not exceed 10.
o “315” – Number of IIR should not exceed 2.
o “316” – Number of FID should not exceed 1.
o “317” – Number of biometric modalities (Face/Finger/IRIS) should not
exceed 2.
o “318” – BFD transaction should not contain other modalities in input.
o “330” – Biometrics locked by Aadhaar number holder.
o “331” – Aadhaar locked by Aadhaar number holder for all authentications.
o “332” – Aadhaar number usage is blocked by Aadhaar number holder.
o “400” – Invalid OTP value.
o “402” – “txn” value did not match with “txn” value of Request OTP API.
o “500” – Invalid encryption of session key.
o “501” – Invalid certificate identifier in “ci” attribute of “Skey”.
o “502” – Invalid encryption of PID.
o “503” – Invalid encryption of Hmac.
o “504” – Session key re-initiation required due to expiry or key out of sync.
o “505” – Synchronized Key usage not allowed for the AUA.
o “510” – Invalid Auth XML format.
o “511” – Invalid PID XML format.
o “512” – Invalid consent value in “rc” attribute of “Auth”.
o “513” – Invalid Protobuf Format
o “514” – Invalid UID token in input.
o “515” – Invalid VID Number in input.
o “517” – Expired VID is used in input.
o “520” – Invalid “tid” value.
o “521” – Invalid “dc” code under Meta tag.
o “524” – Invalid “mi” code under Meta tag.
o “527” – Invalid “mc” code under Meta tag.
o “530” – Invalid authenticator code.
o “540” – Invalid Auth XML version.
o “541” – Invalid PID XML version.
o “542” – AUA not authorized for ASA. This error will be returned if AUA and
ASA do not have linking in the portal.
o “543” – Sub-AUA not associated with “AUA”. This error will be returned if
Sub-AUA specified in “sa” attribute is not added as “Sub-AUA” in portal.
o “550” – Invalid “Uses” element attributes.
o “552” – Invalid “wadh” element.
o “528” – Device key rotation related issue.
o “553” – Registered devices currently not supported. This feature is being
implemented in a phased manner.
o “554” – Public devices are not allowed to be used.
o “555” – rdsId is invalid and not part of certification registry.
o “556” – rdsVer is invalid and not part of certification registry.
o “557” – dpId is invalid and not part of certification registry.
o “558” – Invalid dih
o “559” – Device Certificate has expired
o “560” – DP Master Certificate has expired
o “561” – Request expired (“Pid->ts” value is older than N hours where N is
a configured threshold in authentication server).
o “562” – Timestamp value is future time (value specified “Pid->ts” is ahead
of authentication server time beyond acceptable threshold).
o “563” – Duplicate request (this error occurs when exactly same
authentication request was re-sent by AUA).
o “564” – HMAC Validation failed.
o “565” – AUA license has expired.
o “566” – Invalid non-decryptable license key.
o “567” – Invalid input (this error occurs when unsupported characters were
found in Indian language values, “lname” or “lav”).
o “568” – Unsupported Language.
o “569” – Digital signature verification failed (means that authentication
request XML was modified after it was signed).
o “570” – Invalid key info in digital signature (this means that certificate used
for signing the authentication request is not valid – it is either expired, or
does not belong to the AUA or is not created by a well-known Certification
Authority).
o “571” – PIN requires reset.
o “572” – Invalid biometric position.
o “573” – Pi usage not allowed as per license.
o “574”– Pa usage not allowed as per license.
o “575”– Pfa usage not allowed as per license.
o “576” - FMR usage not allowed as per license.
o “577” – FIR usage not allowed as per license.
o “578” – IIR usage not allowed as per license.
o “579” – OTP usage not allowed as per license.
o “580” – PIN usage not allowed as per license.
o “581” – Fuzzy matching usage not allowed as per license.
o “582” – Local language usage not allowed as per license.
o “586” – FID usage not allowed as per license.
o “587” – Name space not allowed.
o “588” – Registered device not allowed as per license.
o “590” – Public device not allowed as per license.
o “591” – BFD usage is not allowed as per license.
Element: BfdRanks (this element will be present ONLY when doing BFD)
Biometric matching ranks for each finger that was part of input for BFD service.
Element: BfdRank
Rank element for each finger ordered from top ranked to bottom ranked fingers.
Attributes:
pos – Finger position for which matching rank is provided. Possible values are
same as that of “pos” attribute within “Bio” element of Authentication PID XML.
val – This attribute indicates a value between 1 and 10. This attribute indicates
the order of preference in which resident should use his/her fingers for
authentication. Value 1 indicates first choice and 10 indicates last choice.
NOTE: If some of the fingers are not matchable at all (that means those fingers cannot be
used for authentication), then records corresponding to those fingers will not be part of
the “Ranks” XML. So, it is important to note that number of “Rank” elements may be less
than what was provided in the input.
This version of the API supports PID block to be sent to AUA server in protobuf format as
an alternate to default XML format. This allows compact binary representation of the
device data and avoids extra encoding required for XML format. If this scheme is used,
device applications are expected to form the PID block in protobuf format using the
“.proto” file for PID block. Final “.proto” files for this version are available at
https://developer.uidai.gov.in/site/downloads
All authentication responses are digitally signed by UIDAI and AUA’s are recommended
to validate the response integrity the keep track of these for audit purposes. In addition,
attributes “ts”, “info” within the API response can be used to verify if it the request was
indeed for a particular Aadhaar Number/Virtual ID, if the request indeed had a biometric
factor, when was the authentication done, etc. Such self-verifiability of the authentication
response allows 3rd party applications to trust and electronically verify the digitally
signed response quite similar to that of an offline trust establishment against a gazetted
officer signed paper.
The Best Finger for a resident is the one that, when selected for authentication, provides
the highest chance of successful authentication for that resident. The best finger to be
used for authentication depends on the intrinsic qualities of the finger (e.g. ridge
formation, how worn out they are, cracked, etc.), as well as the quality of images captured
during enrolment process and the authentication transaction.
There are two scenarios under which BFD application needs to be used:
1. Authentication API returns error and action codes asking resident BFD to be done
(error code “812”, see Aadhaar Authentication API Specification 2.0). Whenever
this error comes back, either automatically or by operator, BFD application must
be launched and have the resident do the BFD to identify his/her best fingers.
2. If resident specifically wants to get his best finger identified and get a BFD receipt,
proactively BFD application could be launched and used. This may happen due to
authentication errors even after initial BFD typically resulting from wear and tear
of fingers, climatic conditions, etc. or due to the fact that resident may have re-
enrolled updating his/her biometrics in Aadhaar system.
NOTE: Above is a high level logic and UIDAI may decide to enhance this logic at the
backend from time to time. Change of such logic will not have any impact on the actual
API input/output. It is provided for general understanding of how BFD works.
6. Appendix
New (2.5)
Usage of VID and UID token incorporated
Info attribute ver changed to 04 from 03.
Incorporated BFD feature into core authentication
Additional error codes added as part of VID/Face Authentication/BFD