From 38f35f6a82c929c39870ab79e6029e7250e91279 Mon Sep 17 00:00:00 2001 From: F-Node-Karlsruhe Date: Thu, 13 Jun 2024 10:01:41 +0200 Subject: [PATCH] sd jwt request Signed-off-by: F-Node-Karlsruhe --- frontend/src/components/PresentationRequest.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/PresentationRequest.vue b/frontend/src/components/PresentationRequest.vue index 41c707b..274ae71 100644 --- a/frontend/src/components/PresentationRequest.vue +++ b/frontend/src/components/PresentationRequest.vue @@ -98,7 +98,6 @@ export default { ldp_vc: { proof_type: ['Ed25519Signature2018', 'Ed25519Signature2020'], }, - 'vc+sd-jwt': {}, }, constraints: { fields: [ @@ -115,6 +114,12 @@ export default { ], }, }, + { + id: 'eecc_verifier_request_sdjwt', + format: { + 'vc+sd-jwt': {}, + }, + }, ], } },