hyperledger / aries-agent-test-harness

Aries agent test framework, with agent backchannel support
https://aries-interop.info
Apache License 2.0
60 stars 65 forks source link

Adjust DID prefix check on responder call #797

Closed nodlesh closed 4 months ago

nodlesh commented 4 months ago

This PR lightens a check that expected a specific type of Peer DID on the their_did property in the Responders response from a did-exchange/accept-request. For ACA-Py If the request is sent with a specific peer did method then the DIDs in this response with have that prefix. However I'm not checking that complete prefix here in case there are other frameworks that behave differently in this case.