From 7383524296682cb32ef7c6b126620ab5ed108744 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Wed, 9 Aug 2023 18:45:09 -0500 Subject: [PATCH] Add cnf registered claim to v2 context. --- contexts/credentials/v2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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",