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

ImageUrl is absend for OOB invitation #1686

Closed
bandirom opened this issue Mar 24, 2022 · 2 comments
Closed

ImageUrl is absend for OOB invitation #1686

bandirom opened this issue Mar 24, 2022 · 2 comments

Comments

@bandirom
Copy link

bandirom commented Mar 24, 2022

Init data:
env ACAPY_IMAGE_URL: http://localhost/alice-image.jpg (only for example)
image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.1

Connection invitation

Request URL:
http://192.168.1.106:10000/connections/create-invitation

{
    "handshake_protocols": [
        "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/didexchange/1.0"
    ],
    "use_public_did": false
}

Response:

image

You can see that the imageUrl key present in the response

OOB invitation:

Request URL:
http://192.168.1.106:10000/out-of-band/create-invitation

{
"handshake_protocols": [
    "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/didexchange/1.0"
  ],
  "use_public_did": false
}

Response:

image

imageUrl is absend in the response

@bandirom
Copy link
Author

Also tested with py36-1.16-1_0.7.4-rc0 and the issue was not solved

@andrewwhitehead
Copy link
Contributor

The outofband RFC does not specify an image URL property. It's possible that other agents are adding one as a non-standard extension.

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

3 participants