Skip to content

Commit 1125a53

Browse files
committed
State more explicitly that additional Issuer Signature Mechanisms can complement or override the defined mechanisms
1 parent 096f48f commit 1125a53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ This specification defines the following two Issuer Signature Mechanisms:
344344
- X.509 Certificates: A mechanism to retrieve the Issuer's public key using the X.509 certificate chain in the SD-JWT header. When the protected header of the Issuer-signed JWT contains the `x5c` parameter, the recipient uses the public key from the end-entity certificate of the certificates from that `x5c` parameter and validates the X.509 certificate chain accordingly. In this case, the Issuer of the Verifiable Credential is the subject of the end-entity certificate.
345345

346346
To enable different trust anchoring systems or key resolution methods, separate specifications or ecosystem regulations
347-
may define additional Issuer Signature Mechanisms; however, the specifics of such mechanisms are out of scope for this specification.
347+
may define additional Issuer Signature Mechanisms may complement or override the mechanisms defined above; however, the specifics of such mechanisms are out of scope for this specification.
348348
See (#ecosystem-verification-rules) for related security considerations.
349349

350350
If a recipient cannot validate that the public verification key corresponds the Issuer of the Issuer-signed JWT using a permitted Issuer Signature Mechanism, the SD-JWT VC MUST be rejected.
@@ -1623,6 +1623,7 @@ Denis Pinkas,
16231623
George J Padayatti,
16241624
Giuseppe De Marco,
16251625
Lukas J Han,
1626+
Lukasz Jaromin,
16261627
Leif Johansson,
16271628
Michael B. Jones,
16281629
Mike Prorock,
@@ -1642,6 +1643,7 @@ for their contributions (some of which substantial) to this draft and to the ini
16421643

16431644
-14
16441645

1646+
* State more explicitly that additional Issuer Signature Mechanisms can complement or override the defined mechanisms
16451647

16461648
-13
16471649

0 commit comments

Comments
 (0)