@@ -203,11 +203,9 @@ Note that this draft used `vc+sd-jwt` as the value of the `typ` header from its
203
203
This section defines the claims that can be included in the payload of
204
204
SD-JWT VCs.
205
205
206
- #### New JWT Claims
206
+ #### Verifiable Credential Type - ` vct ` Claim {#type-claim}
207
207
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
211
209
case-sensitive ` StringOrURI ` (see [ @!RFC7519] ) value serving as an identifier
212
210
for the type of the SD-JWT VC. The ` vct ` value MUST be a Collision-Resistant
213
211
Name as defined in Section 2 of [ @!RFC7515] .
@@ -267,10 +265,10 @@ exist between `sub` and `cnf` claims.
267
265
* OPTIONAL. The time of issuance of the Verifiable Credential. See
268
266
[ @!RFC7519] for more information.
269
267
270
- #### Public JWT claims
268
+ #### Public and Private JWT claims
271
269
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 .
274
272
275
273
#### SD-JWT VC without Selectively Disclosable Claims
276
274
@@ -1572,6 +1570,7 @@ After validation, the Verifier will have the following processed SD-JWT payload
1572
1570
# Acknowledgements {#Acknowledgements}
1573
1571
1574
1572
We would like to thank
1573
+ Aaron Parecki,
1575
1574
Alen Horvat,
1576
1575
Andres Uribe,
1577
1576
Christian Bormann,
@@ -1595,6 +1594,7 @@ for their contributions (some of which substantial) to this draft and to the ini
1595
1594
* Use SD-JWT KB in place of SD-JWT with Key Binding JWT
1596
1595
* Editorial changes
1597
1596
* Document reasons for not using JSON Pointer or JSON Path (Issue #267 )
1597
+ * Clarify that private claim names MAY be used
1598
1598
1599
1599
-08
1600
1600
0 commit comments