Skip to content

Commit

Permalink
Fix incorrect DC API signed request example
Browse files Browse the repository at this point in the history
The response_mode needs to be updated as per
#337
  • Loading branch information
jogu committed Nov 30, 2024
1 parent 40702d1 commit ec2d386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"https://origin2.example.com"
],
"response_type": "vp_token",
"response_mode": "w3c_dc_api.jwt",
"response_mode": "dc_api.jwt",
"nonce": "n-0S6_WzA2Mj",
"client_metadata": {
"vp_formats": {
Expand Down

0 comments on commit ec2d386

Please sign in to comment.