Skip to content

Commit db568ac

Browse files
authored
add pre-final specifications note and update references (#354)
Merging as per agreement at 17th Dec APAC WG call.
1 parent f2fb550 commit db568ac

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

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

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Credential Format Profiles are defined as follows:
320320

321321
This specification defines the following additional requirements for IETF SD-JWT VCs as defined in [@!I-D.ietf-oauth-sd-jwt-vc].
322322

323-
* Compact serialization MUST be supported as defined in [@!I-D.ietf-oauth-selective-disclosure-jwt]. JSON serialization MAY be supported.
323+
* Compact serialization MUST be supported as defined in [@!RFC9901]. JSON serialization MAY be supported.
324324
* It is RECOMMENDED that Issuers limit the validity period when issuing SD-JWT VC. When doing so, the Issuer MUST use an `exp` claim, a `status` claim, or both.
325325
* The `cnf` claim [@!RFC7800] MUST conform to the definition given in [@!I-D.ietf-oauth-sd-jwt-vc]. Implementations conforming to this specification MUST include the JSON Web Key [@!RFC7517] in the `jwk` member if the corresponding Credential Configuration requires cryptographic holder binding.
326326
* The `status` claim, if present, MUST contain `status_list` as defined in [@!I-D.ietf-oauth-status-list]
@@ -431,6 +431,17 @@ An Ecosystem that prioritizes achieving compatibility with existing deployments
431431

432432
Making these choices ensures interoperability at the increased cost on the Verifier.
433433

434+
## Pre-Final Specifications
435+
436+
Implementers should be aware that this specification uses several specifications that are not yet final specifications. Those specifications are:
437+
438+
* SD-JWT-based Verifiable Credentials (SD-JWT VC) draft -13 [@!I-D.ietf-oauth-sd-jwt-vc]
439+
* Token Status List draft -14 [@!I-D.ietf-oauth-status-list]
440+
441+
While breaking changes to the specifications referenced in this specification are not expected, should they occur, implementations compliant with this specification should continue to use the specifically referenced versions above in preference to the final versions, unless updated by a profile or new version of this specification.
442+
443+
Note that specification versions mentioned in this specification overwrite the versions previously mentioned in [@!OIDF.OID4VCI] and [@!OIDF.OID4VP].
444+
434445
# Security Considerations {#security_considerations}
435446

436447
Note that security considerations for OpenID for Verifiable Credential Issuance are defined in Section 13 of [@!OIDF.OID4VCI] and for OpenID for Verifiable Presentations in Section 14 (for redirect based flows) or Section A.5 (for DC API) of [@!OIDF.OID4VP].
@@ -500,7 +511,7 @@ Wallet implementations using the key attestation format specified in Appendix D
500511
</front>
501512
</reference>
502513

503-
<reference anchor="OIDF.ekyc-ida" target="https://openid.net/specs/openid-connect-4-identity-assurance-1_0-ID4.html">
514+
<reference anchor="OIDF.ekyc-ida" target="https://openid.net/specs/openid-connect-4-identity-assurance-1_0.html">
504515
<front>
505516
<title>OpenID Connect for Identity Assurance 1.0</title>
506517
<author ullname="Torsten Lodderstedt ">
@@ -521,7 +532,7 @@ Wallet implementations using the key attestation format specified in Appendix D
521532
<author fullname="Kosuke Koiwai">
522533
<organization>KDDI Corporation</organization>
523534
</author>
524-
<date day="19" month="August" year="2022"/>
535+
<date day="1" month="October" year="2024"/>
525536
</front>
526537
</reference>
527538

@@ -580,7 +591,7 @@ Wallet implementations using the key attestation format specified in Appendix D
580591
</front>
581592
</reference>
582593

583-
<reference anchor="w3c.digital_credentials_api" target="https://www.w3.org/TR/digital-credentials/">
594+
<reference anchor="w3c.digital_credentials_api" target="https://www.w3.org/TR/2025/WD-digital-credentials-20251208/">
584595
<front>
585596
<title>Digital Credentials API</title>
586597
<author fullname="Marcos Caceres">
@@ -592,7 +603,7 @@ Wallet implementations using the key attestation format specified in Appendix D
592603
<author fullname="Mohamed Amir Yosef">
593604
<organization>Google Inc.</organization>
594605
</author>
595-
<date day="17" month="Sep" year="2025"/>
606+
<date day="8" month="Dec" year="2025"/>
596607
</front>
597608
</reference>
598609

@@ -716,6 +727,11 @@ The technology described in this specification was made available from contribut
716727

717728
[[ To be removed from the final specification ]]
718729

730+
-07
731+
732+
* add pre-final draft note
733+
* update references to sd-jwt, ekyc-ida, dc api
734+
719735
-06
720736

721737
* updates to assumptions

0 commit comments

Comments
 (0)