You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We send a request to out-of-bond/create-invitation endpoint to create a connectionless invitation for proof request. We send it with a query parameter auto_accept=true. The response that is returned contains a URL that we display as a QR which is scanned by the mobile Wallet. However, the wallet essentially ignores this flag and the user is always required to decline or accept the request (auto_accept should prevent this from happening).
I would like to know whether Aries Mobile Wallet ignores as default or does not support at all auto_accept, and if yes how this could be changed?
Steps taken to solve
Read through docs in this repo
Posted in Hyperledger Discord
Development Environment
iOS
Mac (M1)
Linux
The text was updated successfully, but these errors were encountered:
Description of problem
We send a request to out-of-bond/create-invitation endpoint to create a connectionless invitation for proof request. We send it with a query parameter auto_accept=true. The response that is returned contains a URL that we display as a QR which is scanned by the mobile Wallet. However, the wallet essentially ignores this flag and the user is always required to decline or accept the request (auto_accept should prevent this from happening).
I would like to know whether Aries Mobile Wallet ignores as default or does not support at all auto_accept, and if yes how this could be changed?
Steps taken to solve
Development Environment
The text was updated successfully, but these errors were encountered: