Skip to content

Commit

Permalink
fix: sd-jwt vc sub value (#277)
Browse files Browse the repository at this point in the history
* fix: sd-jwt vc sub value

This PR aims to resolve the issue #276

* Apply suggestions from code review
  • Loading branch information
peppelinux authored May 13, 2024
1 parent c312eb4 commit c301196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/pid-eaa-data-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The following claims MUST be in the JWT payload. Some of these claims can be dis
- [NSD].URL string representing the PID/(Q)EAA Issuer unique identifier.
- `[RFC7519, Section 4.1.1] <https://www.iana.org/go/rfc7519>`_.
* - **sub**
- [NSD].Thumbprint of the JWK in the ``cnf`` parameter.
- [NSD]. The identifier of the subject of the Digital Credential, the User, MUST be opaque and MUST NOT correspond to any anagraphic data or be derived from the User's anagraphic data via pseudonymization. Additionally, it is required that two different Credentials issued MUST NOT use the same ``sub`` value.
- `[RFC7519, Section 4.1.2] <https://www.iana.org/go/rfc7519>`_.
* - **iat**
- [SD].UNIX Timestamp with the time of JWT issuance, coded as NumericDate as indicated in :rfc:`7519`.
Expand Down

0 comments on commit c301196

Please sign in to comment.