Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Oct 25, 2024
1 parent 8ad4759 commit 6c91aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/request/vp_token_alternative_credentials.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
"id": "passport credential",
"format": {
"jose_vc_json": {
"jose_vc": {
"alg": [
"RS256"
]
Expand Down
4 changes: 2 additions & 2 deletions openid-4-verifiable-presentations-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2259,11 +2259,11 @@ The Credential format identifier is `vc+sd-jwt`.

The following is a non-normative example of the unsecured payload of an IETF SD-JWT VC that will be used throughout this section:

<{{examples/credentials/sd_jose_vc_unsecured.json}}
<{{examples/credentials/sd_jwt_vc_unsecured.json}}

The following is a non-normative example of an IETF SD-JWT VC using the unsecured payload above, containing claims that are selectively disclosable.

<{{examples/credentials/sd_jose_vc.json}}
<{{examples/credentials/sd_jwt_vc.json}}

The following are disclosures belonging to the claims from the example above.

Expand Down

0 comments on commit 6c91aef

Please sign in to comment.