Skip to content

Commit

Permalink
fix: SD-JWT example schema (#95)
Browse files Browse the repository at this point in the history
* fix: SD-JWT contains multiple artifacts, while the first JWT is the issuer signed one

* fix: SD-JWT contains multiple artifacts, while the first JWT is the issuer signed one
  • Loading branch information
peppelinux authored Aug 28, 2023
1 parent 6907555 commit 49408f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -46,7 +46,7 @@ The Disclosures are sent to the Holder together with the SD-JWT in the *Combined

.. code-block::
<SD-JWT>~<Disclosure 1>~<Disclosure 2>~...~<Disclosure N>
<Issuer-Signed-JWT>~<Disclosure 1>~<Disclosure 2>~...~<Disclosure N>
See `[draft-terbu-sd-jwt-vc-latest] <https://vcstuff.github.io/draft-terbu-sd-jwt-vc/draft-terbu-oauth-sd-jwt-vc.html>`_ and `[SD-JWT] <https://datatracker.ietf.org/doc/html/draft-ietf-oauth-selective-disclosure-jwt-04>`__ for more details.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/relying-party-solution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ Below is a non-normative example of the ``vp_token`` decoded content, represente
"iat": 1541493724,
"exp": 1573029723,
"nonce": "2c128e4d-fc91-4cd3-86b8-18bdea0988cb"
"vp": "<SD-JWT>~<Disclosure 1>~<Disclosure 2>~...~<Disclosure N>"
"vp": "<Issuer-Signed-JWT>~<Disclosure 1>~<Disclosure 2>~...~<Disclosure N>"
}
Where the following parameters are used:
Expand Down

0 comments on commit 49408f3

Please sign in to comment.