Skip to content

Commit 2df784c

Browse files
committed
Added ‘the key proof contains or refers to at least one Proven Key’ check to the key proof validation steps in section ‘Verifying Proof’.
1 parent 5427ed0 commit 2df784c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openid-4-verifiable-credential-issuance-1_0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,6 +2770,7 @@ To validate a key proof, the Credential Issuer MUST ensure that:
27702770
- the header parameter does not contain a private key,
27712771
- if the server has a Nonce Endpoint, the nonce in the key proof matches the server-provided `c_nonce` value,
27722772
- the creation time of the JWT, as determined by either the issuance time, or a server managed timestamp via the nonce claim, is within an acceptable window (see (#key-proof-replay)).
2773+
- the key proof contains or refers to at least one Proven Key
27732774

27742775
These checks may be performed in any order.
27752776

0 commit comments

Comments
 (0)