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 proof request doesn't include the is_holder constraint, the verifier responds with verified: false, but It should respond with true. The same thing happens if the directive is "preferred" instead of "required".
Thanks for the update. It works now if the holder sets holder_did when creating the credential request, but doesn't otherwise.
This is expected, if there is no holder_did set or $.credentialSubject.id for the credential, then the presentation is not signed as it will not be possible to verify this.
If you would still like to sign such a presentation then you will have to specify the signing DID in the request body (example below) for /present-proof-2.0/records/{pres_ex_id}/send-presentation endpoint.
When the proof request doesn't include the
is_holder
constraint, the verifier responds withverified: false
, but It should respond with true. The same thing happens if the directive is "preferred" instead of "required".Reproduction steps:
preferred
Proof = False
The text was updated successfully, but these errors were encountered: