Open thanachot30 opened 16 hours ago
HI, now i try to Verifier with policy : presentation-definition
i create verifier policy with
{ "vp_policies": [ "signature", "expired", "not-before", "presentation-definition" ], "vc_policies": [ "signature", "expired", "not-before" ], "request_credentials": [ { "format": "jwt_vc_json", "type": "BirthCertificate" }, { "format": "jwt_vc_json", "type": "EducationalID" } ] }
and use https://wallet.walt.id for present
Yes, it can verifier success. by wallet order like this
But if i change order of request_credentials list ,with same credentials type
"request_credentials": [ { "format": "jwt_vc_json", "type": "EducationalID" }, { "format": "jwt_vc_json", "type": "BirthCertificate" } ]
then, it not success to verifi
My question is, why is it like this? And is the current situation right or wrong?
Thank you for your assistanc
Describe the bug
HI, now i try to Verifier with policy : presentation-definition
To Reproduce
i create verifier policy with
and use https://wallet.walt.id for present
Yes, it can verifier success. by wallet order like this
But if i change order of request_credentials list ,with same credentials type
then, it not success to verifi
Question
My question is, why is it like this? And is the current situation right or wrong?
Thank you for your assistanc