Skip to content

Commit

Permalink
Add cnf registered claim to v2 context.
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 authored Aug 9, 2023
1 parent 59a9ca0 commit 7383524
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions contexts/credentials/v2
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@
"@id": "https://www.iana.org/assignments/jose#x5u",
"@type": "@id"
},
"cnf": {
"@id": "https://www.iana.org/assignments/jwt#cnf",
"@context": {
"@protected": true,
"kid": {
"@id": "https://www.iana.org/assignments/jwt#kid",
"@type": "@id"
},
"jwk": {
"@id": "https://www.iana.org/assignments/jwt#jwk",
"@type": "@json"
}
}
},

"VerifiableCredential": {
"@id": "https://www.w3.org/2018/credentials#VerifiableCredential",
Expand Down

0 comments on commit 7383524

Please sign in to comment.