Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trust ping is always returns response synchronously regardless of return_route header value #24

Open
antonbaliasnikov opened this issue Aug 4, 2023 · 0 comments

Comments

@antonbaliasnikov
Copy link

Bug overview

Accordingly to the return_route extension, if the header specified with value none or omitted, then the trust ping protocol response should be asynchronous to the service_endpoint specified in the recipient DID document.

RootsID mediator ignores the return_route and always responds in the same connection synchronously to trust the ping message.

Expected behavior

  1. If return_route equals to all, then sync response (as now supported) is returned
  2. if return_route is none or omitted, then async response is expected (not supported)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant