attributeValue restriction #1277
-
I am trying to use an attributeValue restriction in my own code on top of aries-framework-javascript in combination with the BC wallet app (https://www2.gov.bc.ca/gov/content/governments/government-id/bc-wallet). My proof request is using the following attributes in the request in order to make sure the first name is David:
However this does not seem to work, the wallet app complains that i do not have a matching credential (which i do have ;) ) I found this issue: #1033 At which point should the AttributeFilterTransformer kick in? During proof generation in the wallet app? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @sschulz-t, I think you're indeed running into the issue as described in #1033. We've completely overhauled the anoncreds implementation and it should be fixed in the next big release (0.4.0) |
Beta Was this translation helpful? Give feedback.
Hi @sschulz-t, I think you're indeed running into the issue as described in #1033. We've completely overhauled the anoncreds implementation and it should be fixed in the next big release (0.4.0)