Skip to content

Commit 1e1d48e

Browse files
committed
clarify that private JWT claims MAY be used
1 parent c841e52 commit 1e1d48e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

draft-ietf-oauth-sd-jwt-vc.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,9 @@ Note that this draft used `vc+sd-jwt` as the value of the `typ` header from its
203203
This section defines the claims that can be included in the payload of
204204
SD-JWT VCs.
205205

206-
#### New JWT Claims
206+
#### Verifiable Credential Type - `vct` Claim {#type-claim}
207207

208-
##### Verifiable Credential Type - `vct` Claim {#type-claim}
209-
210-
This specification defines the JWT claim `vct` (for verifiable credential type). The `vct` value MUST be a
208+
This specification defines the new JWT claim `vct` (for verifiable credential type). The `vct` value MUST be a
211209
case-sensitive `StringOrURI` (see [@!RFC7519]) value serving as an identifier
212210
for the type of the SD-JWT VC. The `vct` value MUST be a Collision-Resistant
213211
Name as defined in Section 2 of [@!RFC7515].
@@ -267,10 +265,10 @@ exist between `sub` and `cnf` claims.
267265
* OPTIONAL. The time of issuance of the Verifiable Credential. See
268266
[@!RFC7519] for more information.
269267

270-
#### Public JWT claims
268+
#### Public and Private JWT claims
271269

272-
Additional public claims MAY be used in SD-JWT VCs depending on the
273-
application.
270+
Additionally, any public and private claims as defined in Sections 4.2 and 4.3 of
271+
[@!RFC7519] MAY be used.
274272

275273
#### SD-JWT VC without Selectively Disclosable Claims
276274

@@ -1595,6 +1593,7 @@ for their contributions (some of which substantial) to this draft and to the ini
15951593
* Use SD-JWT KB in place of SD-JWT with Key Binding JWT
15961594
* Editorial changes
15971595
* Document reasons for not using JSON Pointer or JSON Path (Issue #267)
1596+
* Clarify that private claim names MAY be used
15981597

15991598
-08
16001599

0 commit comments

Comments
 (0)