Skip to content

Commit

Permalink
Clarify the optionality of the cnf claim (#213)
Browse files Browse the repository at this point in the history
Clarify the optionality of the cnf claim (to fix #196)
  • Loading branch information
bc-pi authored Feb 27, 2024
1 parent f264303 commit e4e3b69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-oauth-sd-jwt-vc.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ accepted before validating. See [@!RFC7519] for more information.
Verifiable Credential is no longer valid. See [@!RFC7519] for more
information.
* `cnf`
* REQUIRED when cryptographic Key Binding is to be supported. Contains the confirmation method as defined in [@!RFC7800]. It is RECOMMENDED that this contains a JWK as defined in Section 3.2 of [@!RFC7800]. For proof of cryptographic Key Binding, the Key Binding JWT in the presentation of the SD-JWT MUST be signed by the key identified in this claim.
* OPTIONAL unless cryptographic Key Binding is to be supported, in which case it is REQUIRED. Contains the confirmation method identifying the proof of possession key as defined in [@!RFC7800]. It is RECOMMENDED that this contains a JWK as defined in Section 3.2 of [@!RFC7800]. For proof of cryptographic Key Binding, the Key Binding JWT in the presentation of the SD-JWT MUST be signed by the key identified in this claim.
* `vct`
* REQUIRED. The type of the Verifiable Credential, e.g.,
`https://credentials.example.com/identity_credential`, as defined in (#type-claim).
Expand Down Expand Up @@ -743,6 +743,7 @@ for their contributions (some of which substantial) to this draft and to the ini
* Fix inconstancy in the .well-known path construction
* Added registration request to IANA for the well-known URI
* Fix some formatting and text in the media type and JWT claim registration requests
* Clarify the optionality of the `cnf` claim
* Added relationships to other documents

-01
Expand Down

0 comments on commit e4e3b69

Please sign in to comment.