Skip to content

Commit

Permalink
Add sd-jwt and kb-jwt algorithms to the PD example
Browse files Browse the repository at this point in the history
  • Loading branch information
javereec committed Mar 27, 2024
1 parent 88d38f1 commit 829f6f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/request/pd_sd_jwt_vc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
{
"id": "identity_credential",
"format": {
"vc+sd-jwt": {}
"vc+sd-jwt": {
"sd-jwt_alg_values": ["ES256", "ES384"],
"kb-jwt_alg_values": ["ES256", "ES384"]
}
},
"constraints": {
"limit_disclosure": "required",
Expand Down

0 comments on commit 829f6f7

Please sign in to comment.