Skip to content

Commit aeba3f0

Browse files
authored
Add the multi-signed option to the dc api section (#350)
4 approvals, no open comments, merging even though not open a week as per explicit approval on WG call.
1 parent 31004e7 commit aeba3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openid4vc-high-assurance-interoperability-profile-1_0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ The following requirements apply to OpenID for Verifiable Presentations via the
285285
* The Wallet MUST support Wallet Invocation via the W3C Digital Credentials API or an equivalent platform API. The Verifier MUST use Wallet Invocation via the W3C Digital Credentials API or an equivalent platform API.
286286
* The Wallet MUST support the Response Mode `dc_api.jwt`. The Verifier MUST use the Response Mode `dc_api.jwt`.
287287
* The Verifier and Wallet MUST use Annex A in [@!OIDF.OID4VP] that defines how to use OpenID4VP over the W3C Digital Credentials API.
288-
* The Wallet MUST support both signed and unsigned requests as defined in Annex A.3.1 and A.3.2 of [@!OIDF.OID4VP]. The Verifier MAY support signed requests, unsigned requests, or both.
288+
* The Wallet MUST support unsigned, signed, and multi-signed requests as defined in Appendices A.3.1 and A.3.2 of [@!OIDF.OID4VP]. The Verifier MUST support at least one of these options.
289289

290290
Note that unsigned requests depend on the origin information provided by the platform and the web PKI for request integrity protection and to authenticate the Verifier. Signed requests introduce a separate layer for request integrity protection and Verifier authentication that can be validated by the Wallet.
291291

@@ -718,6 +718,7 @@ The technology described in this specification was made available from contribut
718718

719719
-06
720720

721+
* add the multi-signed option to the DC API variants
721722
* add cose alg identifer -9 (fully specified)
722723
* clarify that DCQL applies in HAIP as defined in OpenID4VP and all REQUIRED and OPTIONAL requirements remain the same
723724
* add reference to ECCG Agreed Cryptographic Mechanisms 2.0

0 commit comments

Comments
 (0)