You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the release 0.8 we introduced a verification claim for all Credential types as follows.
verification | [NSD].Object containing user authentication information. It MUST contain the following sub-value:
trust_framework: String identifying the trust framework used for user digital authentication.
assurance_level: String identifying the level of identity assurance guaranteed during the authentication process.
evidence: It MUST contain method claim identifying the digital identity system used for the authentication.
We suggest to change in
verification | [SD]. An object containing user authentication and user data verification information. It is REQUIRED only if the Credential type is PersonIdentificationData, and it MUST not be included in other Credential types. It MUST include the following sub-value:
assurance_level: String identifying the level of identity assurance guaranteed during the User authentication process.
aal: JSON String asserting the assurance level of the Wallet and the key as asserted in the cnf claim. This value MUST be the same as included in the Wallet Attestation presented during the Credential issuance.
evidence: Each entry of the array MUST contain the following sub-values:
type: It represents evidence type. IT MUST be set to vouch.
time: UNIX Timestamps with the time of the authentication or verification.
attestation: It MUST contain the following claims:
- type: It MUST be set to digital_attestation.
- reference_number: identifier of the authentication or verification response.
- date_of_issuance: date of issuance of the attestation.
- voucher: It MUST contains organization claim.
In the release 0.8 we introduced a
verification
claim for all Credential types as follows.verification
| [NSD].Object containing user authentication information. It MUST contain the following sub-value:trust_framework
: String identifying the trust framework used for user digital authentication.assurance_level
: String identifying the level of identity assurance guaranteed during the authentication process.evidence
: It MUST containmethod
claim identifying the digital identity system used for the authentication.We suggest to change in
verification
| [SD]. An object containing user authentication and user data verification information. It is REQUIRED only if the Credential type is PersonIdentificationData, and it MUST not be included in other Credential types. It MUST include the following sub-value:assurance_level
: String identifying the level of identity assurance guaranteed during the User authentication process.aal
: JSON String asserting the assurance level of the Wallet and the key as asserted in thecnf
claim. This value MUST be the same as included in the Wallet Attestation presented during the Credential issuance.evidence
: Each entry of the array MUST contain the following sub-values:type
: It represents evidence type. IT MUST be set tovouch
.time
: UNIX Timestamps with the time of the authentication or verification.attestation
: It MUST contain the following claims:-
type
: It MUST be set todigital_attestation
.-
reference_number
: identifier of the authentication or verification response.-
date_of_issuance
: date of issuance of the attestation.-
voucher
: It MUST containsorganization
claim.The text was updated successfully, but these errors were encountered: