This environment is intended for testing verification workflows and conducting interoperability sessions. For enquiries or support, please contact [email protected]

Session Detail

Inspect a single verification session

7bd07969-7458-4624-b6a7-3e647da7afef

failed
iso18013-7-annex-a

bd11af5c-5017-4b0d-98f7-cacea5d2444a
https://verifier-playground-service.igrant.io
XnoY0FBQYqJMdja-JtHMPww-VajXwys3l158Vbh9-1M

https://verifier-playground-service.igrant.io/iso18013/annex-a/bd11af5c-5017-4b0d-98f7-cacea5d2444a
600s
eu_pid_mdoc_common
2026-09-09 07:50:25 UTC    2026-09-09 07:50:40 UTC

DCQL Query

View Query
{
  "credentials": [
    {
      "id": "eu_pid_mdoc",
      "format": "mso_mdoc",
      "meta": {
        "doctype_value": "eu.europa.ec.eudi.pid.1"
      },
      "claims": [
        {
          "path": [
            "eu.europa.ec.eudi.pid.1",
            "given_name"
          ],
          "intent_to_retain": false
        },
        {
          "path": [
            "eu.europa.ec.eudi.pid.1",
            "family_name"
          ],
          "intent_to_retain": false
        },
        {
          "path": [
            "eu.europa.ec.eudi.pid.1",
            "birth_date"
          ],
          "intent_to_retain": false
        },
        {
          "path": [
            "eu.europa.ec.eudi.pid.1",
            "issuing_country"
          ],
          "intent_to_retain": false
        }
      ]
    }
  ]
}

Validation Result

Invalid
eu_pid_mdoc
mso_mdoc
Invalid
Valid Document No documents found in DeviceResponse
No valid documents in DeviceResponse
View Details
{
  "valid": false,
  "format": "mso_mdoc",
  "disclosed_claims": {},
  "issuer": null,
  "error": "No valid documents in DeviceResponse",
  "checks": [
    {
      "id": "valid_document",
      "name": "Valid Document",
      "status": "failed",
      "detail": "No documents found in DeviceResponse"
    }
  ]
}

VP Token

View Raw Token
{
  "eu_pid_mdoc": [
    "o2ZzdGF0dXMAZ3ZlcnNpb25jMS4wbmRvY3VtZW50RXJyb3JzgaF3ZXUuZXVyb3BhLmVjLmV1ZGkucGlkLjEA"
  ]
}

Decoded Token

Decoded JWT headers, payloads, disclosures, and key binding

View Decoded Token
{
  "eu_pid_mdoc": {
    "status": 0,
    "version": "1.0",
    "documentErrors": [
      {
        "eu.europa.ec.eudi.pid.1": 0
      }
    ]
  }
}

Session Logs

4 total
2026-09-09 07:50:25 UTC INFO /presentations ISO Annex A DeviceRequest created
Data:
{
  "transaction_id": "7bd07969-7458-4624-b6a7-3e647da7afef",
  "request_id": "bd11af5c-5017-4b0d-98f7-cacea5d2444a",
  "endpoint": "https://verifier-playground-service.igrant.io/iso18013/annex-a/bd11af5c-5017-4b0d-98f7-cacea5d2444a",
  "dcql_query": {
    "credentials": [
      {
        "id": "eu_pid_mdoc",
        "format": "mso_mdoc",
        "meta": {
          "doctype_value": "eu.europa.ec.eudi.pid.1"
        },
        "claims": [
          {
            "path": [
              "eu.europa.ec.eudi.pid.1",
              "given_name"
            ],
            "intent_to_retain": false
          },
          {
            "path": [
              "eu.europa.ec.eudi.pid.1",
              "family_name"
            ],
            "intent_to_retain": false
          },
          {
            "path": [
              "eu.europa.ec.eudi.pid.1",
              "birth_date"
            ],
            "intent_to_retain": false
          },
          {
            "path": [
              "eu.europa.ec.eudi.pid.1",
              "issuing_country"
            ],
            "intent_to_retain": false
          }
        ]
      }
    ]
  },
  "preset_id": "eu_pid_mdoc_common",
  "protocol_profile": "iso-annex-a"
}
2026-09-09 07:50:29 UTC INFO /iso18013/annex-a/bd11af5c-5017-4b0d-98f7-cacea5d2444a ISO Annex A session established; DeviceRequest sent
Data:
{
  "request_id": "bd11af5c-5017-4b0d-98f7-cacea5d2444a"
}
2026-09-09 07:50:40 UTC INFO /iso18013/annex-a/bd11af5c-5017-4b0d-98f7-cacea5d2444a ISO Annex A DeviceResponse received
Data:
{
  "request_id": "bd11af5c-5017-4b0d-98f7-cacea5d2444a",
  "credential_ids": [
    "eu_pid_mdoc"
  ]
}
2026-09-09 07:50:40 UTC WARNING /iso18013/annex-a/bd11af5c-5017-4b0d-98f7-cacea5d2444a Validation failed
How to fix:
One or more credentials failed verification. Check the 'credentials' object below for per-credential errors.
Data:
{
  "hint": "One or more credentials failed verification. Check the 'credentials' object below for per-credential errors.",
  "credentials": {
    "eu_pid_mdoc": {
      "valid": false,
      "format": "mso_mdoc",
      "error": "No valid documents in DeviceResponse",
      "checks": [
        {
          "id": "valid_document",
          "name": "Valid Document",
          "status": "failed",
          "detail": "No documents found in DeviceResponse"
        }
      ]
    }
  }
}