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
When the webhook comes back done with verified as false, it's a failed verification and we put up the failed screen message.
See code at post_topic in oidc-controller\api\routers\acapy_handler.py
Can tweak this UI easily enough by just hardcoding the return status locally. But actually having the BC Wallet be able to do a proof that webhooks back and fails eludes us right now...
Need a documented way of triggering this for debugging purposes.
The text was updated successfully, but these errors were encountered:
When the webhook comes back
done
withverified
as false, it's a failed verification and we put up the failed screen message.See code at
post_topic
inoidc-controller\api\routers\acapy_handler.py
Can tweak this UI easily enough by just hardcoding the return status locally. But actually having the BC Wallet be able to do a proof that webhooks back and fails eludes us right now...
Need a documented way of triggering this for debugging purposes.
The text was updated successfully, but these errors were encountered: