Skip to content

Commit 455ead9

Browse files
authored
Fix an example that still uses jwt_vp and ldp_vp (#622)
Just replace the vp_formats_supported with one for sd-jwt closes #595
1 parent 6ee6165 commit 455ead9

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

examples/request/request_object_client_id_did.json

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,9 @@
66
"dcql_query": { ... },
77
"client_metadata": {
88
"vp_formats_supported": {
9-
"jwt_vp": {
10-
"alg_values": [
11-
"EdDSA",
12-
"ES256K"
13-
]
14-
},
15-
"ldp_vp": {
16-
"proof_type_values": [
17-
"DataIntegrityProof",
18-
"Ed25519Signature2020"
19-
],
20-
"cryptosuite_values": [
21-
"ecdsa-rdfc-2019",
22-
"ecdsa-sd-2023",
23-
"ecdsa-jcs-2019",
24-
"bbs-2023"
25-
]
9+
"dc+sd-jwt": {
10+
"sd-jwt_alg_values": ["ES256", "ES384"],
11+
"kb-jwt_alg_values": ["ES256", "ES384"]
2612
}
2713
}
2814
}

0 commit comments

Comments
 (0)