privacybydesign/irmago

Wrong assumption that session requests requesting specific attribute value lead to a unique match

Opened this issue · 0 comments

Given the following session:

{
"@context": "https://irma.app/ld/request/disclosure/v2",
"disclose": [
  [
    [ { "type": "irma-demo.sidn-pbdf.email.domain", "value": "test.nl" }]
  ]
]
}

If you already have test@test.nl stored in your irmaclient, then there should be two options:

  • Select the existing test@test.nl
  • Add a new credential (for another test.nl email address)

Now only the first option is showed.