bcgov / traction

Traction is designed with an API-first architecture layered on top of Hyperledger Aries Cloud Agent Python (ACA-Py) and streamlines the process of sending and receiving digital credentials for governments and organizations.
https://digital.gov.bc.ca/digital-trust/tools/traction/
Apache License 2.0
52 stars 51 forks source link

Ensure Tenant UI is setting auto-verifier flag correctly #617

Closed swcurran closed 11 months ago

swcurran commented 1 year ago

When I submit a presentation request and it completes (Wallet responds), the state of the presentation request remains "presentation_received" whether or not I set the "Auto Verify" toggle to true. It would be nice if:

1) Ensure Tenant UI is setting auto-verifier flag correctly 2) if it is set correctly and still does not work , log an issue in ACA-Py

loneil commented 1 year ago

Created https://github.com/bcgov/traction/issues/627 to deal with the second bullet point above. This ticket will remain to look into the Auto Verify flag.

esune commented 1 year ago

The state is being pulled directly from the presentation exchange in Based on aries-rfcs//0037-present-proof, the last state should be done base on the RFC. If the state is not changing, the issue might need to be reported in ACA-Py.

esune commented 11 months ago

@loneil is there anything else we need to do for this, or can we close it?