hyperledger-identus / hyperledger-identus/cloud-agent
proof request there's no information on holder
- Dominant language
- Scala
- Stars
- 95
- Forks
- 34
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 14
Description
### Is this a regression?
NO
### Description
Right know when we have a proof request there's no information on holder side of what's being requested.
Holder webhook data:
PresentationStatusAdapter(presentationId=94acbe0f-ed87-4477-9757-4b4ba8c3461d, thid=d080d2b5-0498-42aa-a829-22cf021ff3cf, role=PROVER, status=REQUEST_RECEIVED, metaRetries=5, proofs=[], data=[], connectionId=null)
GET /present-proof/presentations/$presentationId
{
"presentationId": "94acbe0f-ed87-4477-9757-4b4ba8c3461d",
"thid": "d080d2b5-0498-42aa-a829-22cf021ff3cf",
"role": "Prover",
"status": "RequestReceived",
"proofs": [
],
"data": [
],
"requestData": [
"{\n \"options\" : {\n \"domain\" : \"https://example-verifier.com\",\n \"challenge\" : \"11c91493-01b3-4c4d-ac36-b336bab5bddf\"\n },\n \"presentation_definition\" : {\n \"format\" : null,\n \"name\" : null,\n \"purpose\" : null,\n \"id\" : \"345b056f-2889-458a-9f59-25d1ab249557\",\n \"input_descriptors\" : [\n ]\n }\n}"
],
"metaRetries": 5
}
The data is available in the RequestPresentation Attachment but we don't expose it on the endpoint
This will be helpful fro cloud agnet while testing test
### Please provide the exception or error you saw
_No response_
### Please provide the environment you discovered this bug in
_No response_
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.