Skip to content

Commit 8d0390e

Browse files
authored
vct datatype is now just a string (#344)
1 parent 1aeb7bb commit 8d0390e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ SD-JWT VCs.
206206
#### Verifiable Credential Type - `vct` Claim {#type-claim}
207207

208208
This specification defines the new JWT claim `vct` (for verifiable credential type). The `vct` value MUST be a
209-
case-sensitive `StringOrURI` (see [@!RFC7519]) value serving as an identifier
209+
case-sensitive string value serving as an identifier
210210
for the type of the SD-JWT VC. The `vct` value MUST be a Collision-Resistant
211211
Name as defined in Section 2 of [@!RFC7515].
212212

@@ -1627,6 +1627,7 @@ for their contributions (some of which substantial) to this draft and to the ini
16271627
* Drop explicit treatment of the glue type metadata document concept
16281628
* Editorial updates and fixes.
16291629
* State that when the `status` claim is present and using the `status_list` mechanism, the associated Status List Token has to be a JWT.
1630+
* `vct` datatype is now just a string
16301631

16311632

16321633
-10

0 commit comments

Comments
 (0)