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 trying to request presentation using presentation definition v1 (does v2 works?), the wallet starts with the Required credential screen, where there is one selection element for each input descriptor. However, for most input descriptors, after clicking, it preselects and allows to select also credentials, that do not match the input descriptor. E.g. input descriptor like this:
{
"id": "Request content",
"purpose": "Specify your request",
"name": "Request content",
"group": [
"B"
],
"schema": [
{
"uri": "%s"
}
],
"constraints": {
"fields": [
{
"path": [
"$.type.*"
],
"filter": {
"type": "string",
"pattern": "^RequestCredential$"
},
"purpose": "The claim must be from one of the specified issuers",
"id": "1f44d55f-f161-4938-a659-f8026467f126"
}
]
}
}
)
preselects also the default Identity Credential. Strange thing is, would I click on these non-matching credential, then Select, then Accept, the Share button is shaded. So only pre-selection is affected, the check before sending works.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. This is indeed something we have noticed in latest version as well and is in our backlog.
We are currently adding support for OID4VP version 18 and SIOP v12. Then we will do some refactoring on the way we are handling OID4VC, making it more lose coupled. We will probably have a quick look before doing that to determine whether it is a small issue, or just do it altogether with the refactor we need to do.
When trying to request presentation using presentation definition v1 (does v2 works?), the wallet starts with the Required credential screen, where there is one selection element for each input descriptor. However, for most input descriptors, after clicking, it preselects and allows to select also credentials, that do not match the input descriptor. E.g. input descriptor like this:
)
preselects also the default Identity Credential. Strange thing is, would I click on these non-matching credential, then Select, then Accept, the Share button is shaded. So only pre-selection is affected, the check before sending works.
The text was updated successfully, but these errors were encountered: