Skip to content

Commit b315bef

Browse files
authored
Merge branch 'main' into danielfett/update-pid-example
2 parents e8645d8 + 513c0a1 commit b315bef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 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

@@ -1572,6 +1570,7 @@ After validation, the Verifier will have the following processed SD-JWT payload
15721570
# Acknowledgements {#Acknowledgements}
15731571

15741572
We would like to thank
1573+
Aaron Parecki,
15751574
Alen Horvat,
15761575
Andres Uribe,
15771576
Christian Bormann,
@@ -1595,6 +1594,7 @@ for their contributions (some of which substantial) to this draft and to the ini
15951594
* Use SD-JWT KB in place of SD-JWT with Key Binding JWT
15961595
* Editorial changes
15971596
* Document reasons for not using JSON Pointer or JSON Path (Issue #267)
1597+
* Clarify that private claim names MAY be used
15981598

15991599
-08
16001600

0 commit comments

Comments
 (0)