diff --git a/contexts/credentials/v2 b/contexts/credentials/v2 index 210dd289d..3c7222afd 100644 --- a/contexts/credentials/v2 +++ b/contexts/credentials/v2 @@ -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",