Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sd-jwt vc sub value #277

Merged
merged 2 commits into from
May 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 should not correspond to any anagraphic data or be derived from the User's anagraphic data through pseudonymization.
peppelinux marked this conversation as resolved.
Show resolved Hide resolved
- `[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
Loading