hyperledger-labs / business-partner-agent

The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
https://labs.hyperledger.org/business-partner-agent/
Apache License 2.0
56 stars 48 forks source link

Support for OOB invitations with attachments #798

Open etschelp opened 1 year ago

etschelp commented 1 year ago

aka connectionless credential offer, or connectionless presentation request.

Currently the following is supported:

Backend:

Frontend:

To support all types the following is needed:

  1. A unified list of templates that can be used for issuing, containing references to ld-schemas and indy-creddefs
  2. A new section in the frontend for presentation exchanges that behaves similar to the "credential issuance" section, because attached presentation requests do not belong to a connection yet when they are created.

Related rest endpoint is /api/proof-exchanges/proof-request/oob-attachment