feat: add NFC Issuer Service documentation#69
feat: add NFC Issuer Service documentation#69andreyudentsovottofeller wants to merge 6 commits intomainfrom
Conversation
|
|
||
| { /* TODO: Add details on the PCP */ } | ||
|
|
||
| ### Associated Data Commitment |
There was a problem hiding this comment.
@NnnOooPppEee @RyanCao7 @andreyudentsovottofeller can you please double check this?
There was a problem hiding this comment.
@paolodamico What do you think about changing:
For ICAO-9303 documents, the message digest of the EF.SOD signature is used.
to
For ICAO-9303 documents, the messageDigest attribute from the EF.SOD is used.
world-id/credentials/9303.mdx
Outdated
|
|
||
| ### Claim 0 - Authentication Claim | ||
|
|
||
| Identifies the type of authentication performed when enrolling a document. This helps determine the state of the document at enrollment type. For example, documents that only undergo Passive Authentication have no guarantee that the data isn't cloned from an original document. Please note that not all authentications are supported for all documents, and it usually varies per country. The strongest authentication available is always selected. |
There was a problem hiding this comment.
Could it be enrollment time?
There was a problem hiding this comment.
100%, feel free to update directly
world-id/credentials/9303.mdx
Outdated
|
|
||
| ### Claim 1 - SOD Signature | ||
|
|
||
| Contains essentially the document's signature from the issuing authority. For passports and other ICAO-9303 compliant documents this is retrieved from the `EF.SOD` (Security Object Document) group, which contains `SignedData.SignerInfos[0].Signature` (see [Section 4.6.2.1 from ICAO-9303 Part 10](https://www.icao.int/sites/default/files/publications/DocSeries/9303_p10_cons_en.pdf)). Please note that this claim is not set for credentials from My Number Cards. |
There was a problem hiding this comment.
@paolodamico Should we mention that we store field element with modulo reduction of blake3(SOD signature)?
|
|
||
| { /* TODO: Add details on the PCP */ } | ||
|
|
||
| ### Associated Data Commitment |
There was a problem hiding this comment.
@paolodamico What do you think about changing:
For ICAO-9303 documents, the message digest of the EF.SOD signature is used.
to
For ICAO-9303 documents, the messageDigest attribute from the EF.SOD is used.
Uh oh!
There was an error while loading. Please reload this page.