Skip to content

Commit

Permalink
fix: correct intent url protocol (#50)
Browse files Browse the repository at this point in the history
* fix: correct intent url protocol

* fix intent url

* test: update output

---------

Co-authored-by: Andrea D'Intino <[email protected]>
Co-authored-by: matteo-cristino <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent 0781730 commit fc46fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/wallet.bats
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ load ./bats_utils
data_toc="{\"request_uri\": \"${request_uri}\", \"client_id\": \"${client_id}\"}"
curl -X POST $ru_to_toc -d ''"$(echo $data_toc)"'' 1> $TMP/out
save_tmp_output ru_to_toc.output.json
assert_output '{"credential_configuration_id":"test_credential"}'
assert_output '{"auth_details":[{"credential_configuration_id":"test_credential","locations":["http://localhost:3001/credential_issuer"],"type":"openid_credential","claims":[]}],"credential_configuration_id":"test_credential"}'
cci=$(jq_extract_raw "credential_configuration_id" ru_to_toc.output.json)
echo '{"email": "[email protected]", "password": "password"}' > $TMP/out
save_tmp_output form.data.json
Expand Down
4 changes: 2 additions & 2 deletions verifier/card_to_qr.keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"8",
"9"
],
"intent-url": "DIDroom4VP://?"
}
"intent-url": "didroom4vp://?"
}

0 comments on commit fc46fb3

Please sign in to comment.