Error while using verification endpoint from wallet API #84
-
I am running the wallet, issuer and verifier API standalone as stated in this link https://docs.oss.walt.id/wallet/api/setup/open-source. While using the verification endpoint from the wallet API, I get an error. I am using the following endpoint. /wallet-api/wallet/{wallet}/exchange/usePresentationRequest You can see the error in the attached file. I do not get the error when I run the APIs using docker compose, but I get the error when I run the containers in standalone. Can you help with that? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
judging by the logs, exchange/usePresentationRequest is provided an unresolved value for the Generally speaking, a presentation requires 3 steps (unlike the single step for credential claiming):
You can also resolve the presentation-definition manually by fetching it from the walt.id documentation provides more details on how to present a verifiable credential using oid4vc. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help @mikeplotean. I skipped the first step and I think it was the reason why I got this error. The issue was resolved. |
Beta Was this translation helpful? Give feedback.
-
Good job! @mikeplotean |
Beta Was this translation helpful? Give feedback.
judging by the logs, exchange/usePresentationRequest is provided an unresolved value for the
presentationRequest
field (thepresentation_definition
parameter is missing from the url).Generally speaking, a presentation requires 3 steps (unlike the single step for credential claiming):
presentation_definition
presentation_definition
from step#1