This environment is intended for testing verification workflows and conducting interoperability sessions. For enquiries or support, please contact support@igrant.io

Verification Presets

Registered verification presets available for presentation requests

ID Name Format Credential Type Hooks
eu_pid_mdoc_common Person Identification Data (PID) mso_mdoc EU PID on_response Create Request
eu_pid_mdoc_name_only Person Identification Data (PID) mso_mdoc EU PID on_response on_created Create Request
eu_pid_sdjwt_common Person Identification Data (PID) dc+sd-jwt EU PID on_response Create Request
eu_pid_sdjwt_name_only Person Identification Data (PID) dc+sd-jwt EU PID on_response on_created Create Request
eu_pid_any_format_common Person Identification Data (PID) any EU PID on_response Create Request
eu_pid_any_format_name_only Person Identification Data (PID) any EU PID on_response Create Request
age_verification_over_18 Age Verification (18+) mso_mdoc Age Verification on_response on_created Create Request
age_verification_over_21 Age Verification (21+) mso_mdoc Age Verification on_response on_created Create Request

Person Identification Data (PID)

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
        }
      ]
    }
  ]
}
Presentation Definition (Draft 18 / ISO 18013-7 Annex B - derived from DCQL)
{
  "id": "fe321f07-eb7f-4c30-8272-e5615890062b",
  "input_descriptors": [
    {
      "id": "eu.europa.ec.eudi.pid.1",
      "format": {
        "mso_mdoc": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "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
          }
        ],
        "limit_disclosure": "required"
      }
    }
  ]
}

Person Identification Data (PID)

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",
            "family_name"
          ],
          "intent_to_retain": false
        },
        {
          "path": [
            "eu.europa.ec.eudi.pid.1",
            "given_name"
          ],
          "intent_to_retain": false
        }
      ]
    }
  ]
}
Presentation Definition (Draft 18 / ISO 18013-7 Annex B - derived from DCQL)
{
  "id": "dc886a0e-dd9c-42b1-80b1-3f812fd2f24f",
  "input_descriptors": [
    {
      "id": "eu.europa.ec.eudi.pid.1",
      "format": {
        "mso_mdoc": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "path": [
              "$['eu.europa.ec.eudi.pid.1']['family_name']"
            ],
            "intent_to_retain": false
          },
          {
            "path": [
              "$['eu.europa.ec.eudi.pid.1']['given_name']"
            ],
            "intent_to_retain": false
          }
        ],
        "limit_disclosure": "required"
      }
    }
  ]
}

Person Identification Data (PID)

DCQL Query
{
  "credentials": [
    {
      "id": "eu_pid_sdjwt",
      "format": "dc+sd-jwt",
      "meta": {
        "vct_values": [
          "urn:eudi:pid:1"
        ]
      },
      "claims": [
        {
          "path": [
            "given_name"
          ]
        },
        {
          "path": [
            "family_name"
          ]
        },
        {
          "path": [
            "birthdate"
          ]
        },
        {
          "path": [
            "issuing_country"
          ]
        }
      ]
    }
  ]
}
Presentation Definition (Draft 18 / ISO 18013-7 Annex B - derived from DCQL)
{
  "id": "7e5517ae-7e58-47d1-91d4-b2b001b196f9",
  "input_descriptors": [
    {
      "id": "eu_pid_sdjwt",
      "format": {
        "dc+sd-jwt": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "path": [
              "$.vct"
            ],
            "filter": {
              "type": "string",
              "const": "urn:eudi:pid:1"
            }
          },
          {
            "path": [
              "$.given_name"
            ]
          },
          {
            "path": [
              "$.family_name"
            ]
          },
          {
            "path": [
              "$.birthdate"
            ]
          },
          {
            "path": [
              "$.issuing_country"
            ]
          }
        ],
        "limit_disclosure": "required"
      }
    }
  ]
}

Person Identification Data (PID)

DCQL Query
{
  "credentials": [
    {
      "id": "eu_pid_sdjwt",
      "format": "dc+sd-jwt",
      "meta": {
        "vct_values": [
          "urn:eudi:pid:1"
        ]
      },
      "claims": [
        {
          "path": [
            "family_name"
          ]
        },
        {
          "path": [
            "given_name"
          ]
        }
      ]
    }
  ]
}
Presentation Definition (Draft 18 / ISO 18013-7 Annex B - derived from DCQL)
{
  "id": "ae429c9a-68b3-44c9-b24a-0186c8369bc0",
  "input_descriptors": [
    {
      "id": "eu_pid_sdjwt",
      "format": {
        "dc+sd-jwt": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "path": [
              "$.vct"
            ],
            "filter": {
              "type": "string",
              "const": "urn:eudi:pid:1"
            }
          },
          {
            "path": [
              "$.family_name"
            ]
          },
          {
            "path": [
              "$.given_name"
            ]
          }
        ],
        "limit_disclosure": "required"
      }
    }
  ]
}

Person Identification Data (PID)

DCQL Query
{
  "credentials": [
    {
      "id": "eu_pid_sdjwt",
      "format": "dc+sd-jwt",
      "meta": {
        "vct_values": [
          "urn:eudi:pid:1"
        ]
      },
      "claims": [
        {
          "path": [
            "given_name"
          ]
        },
        {
          "path": [
            "family_name"
          ]
        },
        {
          "path": [
            "birthdate"
          ]
        },
        {
          "path": [
            "issuing_country"
          ]
        }
      ]
    },
    {
      "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
        }
      ]
    }
  ],
  "credential_sets": [
    {
      "options": [
        [
          "eu_pid_sdjwt"
        ],
        [
          "eu_pid_mdoc"
        ]
      ],
      "required": true
    }
  ]
}
Presentation Definition (Draft 18 / ISO 18013-7 Annex B - derived from DCQL)
{
  "id": "19cee617-ec45-466d-9c00-6ea380e3ab2f",
  "input_descriptors": [
    {
      "id": "eu_pid_sdjwt",
      "format": {
        "dc+sd-jwt": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "path": [
              "$.vct"
            ],
            "filter": {
              "type": "string",
              "const": "urn:eudi:pid:1"
            }
          },
          {
            "path": [
              "$.given_name"
            ]
          },
          {
            "path": [
              "$.family_name"
            ]
          },
          {
            "path": [
              "$.birthdate"
            ]
          },
          {
            "path": [
              "$.issuing_country"
            ]
          }
        ],
        "limit_disclosure": "required"
      }
    },
    {
      "id": "eu.europa.ec.eudi.pid.1",
      "format": {
        "mso_mdoc": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "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
          }
        ],
        "limit_disclosure": "required"
      }
    }
  ]
}

Person Identification Data (PID)

DCQL Query
{
  "credentials": [
    {
      "id": "eu_pid_sdjwt",
      "format": "dc+sd-jwt",
      "meta": {
        "vct_values": [
          "urn:eudi:pid:1"
        ]
      },
      "claims": [
        {
          "path": [
            "family_name"
          ]
        },
        {
          "path": [
            "given_name"
          ]
        }
      ]
    },
    {
      "id": "eu_pid_mdoc",
      "format": "mso_mdoc",
      "meta": {
        "doctype_value": "eu.europa.ec.eudi.pid.1"
      },
      "claims": [
        {
          "path": [
            "eu.europa.ec.eudi.pid.1",
            "family_name"
          ],
          "intent_to_retain": false
        },
        {
          "path": [
            "eu.europa.ec.eudi.pid.1",
            "given_name"
          ],
          "intent_to_retain": false
        }
      ]
    }
  ],
  "credential_sets": [
    {
      "options": [
        [
          "eu_pid_sdjwt"
        ],
        [
          "eu_pid_mdoc"
        ]
      ],
      "required": true
    }
  ]
}
Presentation Definition (Draft 18 / ISO 18013-7 Annex B - derived from DCQL)
{
  "id": "8d3eed11-b8c8-4ba8-9952-9f24fe234ff3",
  "input_descriptors": [
    {
      "id": "eu_pid_sdjwt",
      "format": {
        "dc+sd-jwt": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "path": [
              "$.vct"
            ],
            "filter": {
              "type": "string",
              "const": "urn:eudi:pid:1"
            }
          },
          {
            "path": [
              "$.family_name"
            ]
          },
          {
            "path": [
              "$.given_name"
            ]
          }
        ],
        "limit_disclosure": "required"
      }
    },
    {
      "id": "eu.europa.ec.eudi.pid.1",
      "format": {
        "mso_mdoc": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "path": [
              "$['eu.europa.ec.eudi.pid.1']['family_name']"
            ],
            "intent_to_retain": false
          },
          {
            "path": [
              "$['eu.europa.ec.eudi.pid.1']['given_name']"
            ],
            "intent_to_retain": false
          }
        ],
        "limit_disclosure": "required"
      }
    }
  ]
}

Age Verification (18+)

DCQL Query
{
  "credentials": [
    {
      "id": "age_verification",
      "format": "mso_mdoc",
      "meta": {
        "doctype_value": "eu.europa.ec.av.1"
      },
      "claims": [
        {
          "path": [
            "eu.europa.ec.av.1",
            "age_over_18"
          ],
          "intent_to_retain": false
        }
      ]
    }
  ]
}
Presentation Definition (Draft 18 / ISO 18013-7 Annex B - derived from DCQL)
{
  "id": "f39ae467-bf39-4bb5-9f73-f096dd2453cc",
  "input_descriptors": [
    {
      "id": "eu.europa.ec.av.1",
      "format": {
        "mso_mdoc": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "path": [
              "$['eu.europa.ec.av.1']['age_over_18']"
            ],
            "intent_to_retain": false
          }
        ],
        "limit_disclosure": "required"
      }
    }
  ]
}

Age Verification (21+)

DCQL Query
{
  "credentials": [
    {
      "id": "age_verification",
      "format": "mso_mdoc",
      "meta": {
        "doctype_value": "eu.europa.ec.av.1"
      },
      "claims": [
        {
          "path": [
            "eu.europa.ec.av.1",
            "age_over_21"
          ],
          "intent_to_retain": false
        }
      ]
    }
  ]
}
Presentation Definition (Draft 18 / ISO 18013-7 Annex B - derived from DCQL)
{
  "id": "bbec0ea5-ff1b-417a-b6b0-90e972456b9d",
  "input_descriptors": [
    {
      "id": "eu.europa.ec.av.1",
      "format": {
        "mso_mdoc": {
          "alg": [
            "ES256"
          ]
        }
      },
      "constraints": {
        "fields": [
          {
            "path": [
              "$['eu.europa.ec.av.1']['age_over_21']"
            ],
            "intent_to_retain": false
          }
        ],
        "limit_disclosure": "required"
      }
    }
  ]
}