From a2106c08d67873c1b9b0e547d7e3fc8c0e8ebfbf Mon Sep 17 00:00:00 2001 From: Brian Campbell <71398439+bc-pi@users.noreply.github.com> Date: Fri, 15 Nov 2024 04:08:00 -0700 Subject: [PATCH] Update typ in SD-JWT VC example (#524) 2 approvals --- draft-ietf-oauth-selective-disclosure-jwt.md | 4 ++++ examples/arf-pid/specification.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/draft-ietf-oauth-selective-disclosure-jwt.md b/draft-ietf-oauth-selective-disclosure-jwt.md index 938a2ca3..ac389455 100644 --- a/draft-ietf-oauth-selective-disclosure-jwt.md +++ b/draft-ietf-oauth-selective-disclosure-jwt.md @@ -1894,6 +1894,10 @@ data. The original JSON data is then used by the application. See [[ To be removed from the final specification ]] + -14 + + * Update the `typ` value in the SD-JWT VC example to `dc+sd-jwt` to align with anticipated changes in the SD-JWT VC draft. + -13 * WGLC (part 1) updates diff --git a/examples/arf-pid/specification.yml b/examples/arf-pid/specification.yml index 80158dca..96f558ca 100644 --- a/examples/arf-pid/specification.yml +++ b/examples/arf-pid/specification.yml @@ -44,4 +44,4 @@ add_decoy_claims: false key_binding: true extra_header_parameters: - typ: "vc+sd-jwt" \ No newline at end of file + typ: "dc+sd-jwt" \ No newline at end of file