Attestation Rulebook: authorised-signatories

Organisation: webuild-consortium

Attestation Rulebook for attestations of type AuthorisedSignatories Attestation

  • Author(s):

    • [Ricky Lamberty, Robert Bosch GmbH]
    • [Florin Coptil, Robert Bosch GmbH]
    • [Stephan-A Fuchs, Deutsche Bank AG]
  • Previous Authors:

  • Reviewer(s):

    • [Dominic Hurni, SBB]
    • [Werner Folkendt, Robert Bosch GmbH]
    • [....., CommerzBank]
Version Date Description
0.1 15.05.2026 Initial draft based on the WeBuild design attestations meetings
0.6 23.06.2026 Review holder and bank perspective
0.8 29.06.2026 Review supplier perspective
0.8 03.07.2026 Review from data delivered perspective
0.9 03.07.2026 Updates in regard trust and revocation

1 Introduction

This attestation addresses the following question:

Who is authorised to act or sign on behalf of this legal entity?

An AuthorisedSignatories Attestation is defined as any natural person who is authorised to act on behalf of a legal entity in financial and contractual settings with third parties. It serves as a digital, verifiable list and consists of natural persons having representation powers.

The authority to act on behalf of a legal entity can be derived from two primary sources:

  • Statutory Power: Authority based on a direct entry in a national public register (e.g., a Commercial Register).
  • Delegated Power: Authority granted via a separate Power of Attorney (PoA) Attestation, which was issued by the company which issued the AuthorisedSignatories Attestation.

The AuthorisedSignatories Attestation enables a Relying Party (banks or fintechs) to confidently confirm that a person (the Signatory) has the authority to make binding commitments (i.e. signing a contract). This attestation is mandatory, for example, when opening a bank account. Other use cases may require the same type of attestation.

1.1 Document Scope and Purpose

The AuthorisedSignatories Attestation records all natural persons who are authorised to act on behalf of a legal entity, providing comprehensive transparency on signatory rights and representation powers. This attestation is a critical component of both Know Your Customer (KYC) and Know Your Supplier (KYS) processes within the EUDI Wallet ecosystem, supporting effective risk management, regulatory compliance, and anti-money laundering (AML) obligations.

Important distinctions:

  • An Authorised Signatory does not need to be a registered Legal Representative.
  • An Authorised Signatory does not need to meet any ownership or control threshold.
  • A single person MAY hold both statutory and delegated authority simultaneously.

Note: This attestation is not a replacement for the Power of Attorney (PoA) Attestation.

Design Decisions

This AuthorisedSignatories Attestation Rulebook is based on:

  • EU Company Certificate (EUCC) framework as the foundational legal identity layer
  • Draft RTS on Customer Due Diligence under Article 28(1) of Regulation (EU) 2024/1624
  • eIDAS 2.0 / EUDI Wallet framework for digital identity and verifiable attestations
  • ISO 8601 for date formatting
  • Submission Regulation – Commission on Implementing Regulation (EU) [number] on the formats for submitting beneficial ownership information.

1.2 Document Structure

This Rulebook is structured as follows:

  • Chapter 2 describes the Contact Person attestation attributes and metadata in an encoding-independent manner, including the data model.
  • Chapter 3 specifies how the attestation attributes and metadata are encoded: Section 3.2 covers SD-JWT VC-based encoding.
  • Chapter 4 specifies attestation usage scenarios, Relying Party obligations, and integration with supplier onboarding and KYS workflows.
  • Chapter 5 defines trust anchors and verification mechanisms for issuer authorization.
  • Chapter 6 defines revocation mechanisms for the attestation.
  • Chapter 7 provides compliance information regarding the EUDI framework and applicable data protection laws.

1.3 Keywords

This document uses the capitalised keywords SHALL, SHOULD and MAY as specified in [RFC 2119], i.e. to indicate requirements, recommendations and options specified in this document.

In addition, must (non-capitalised) is used to indicate an external constraint, i.e. a requirement that is not mandated by this document, but, for instance, by an external document. The word can indicates a capability, whereas other words, such as will, and is or are are intended as statements of fact.

1.4 Terminology

Additional terminology specific to this attestation:

Term Description
AuthorisedSignatories AuthorisedSignatories Attestation — the attestation type defined in this Rulebook, providing a verifiable list of natural persons authorised to act on behalf of a legal entity
Authorised Signatory A natural person who is authorised to act on behalf of a legal entity in financial and contractual settings, either through statutory power or delegated power
Statutory Power Authority to act on behalf of a legal entity based on a direct entry in a national public register (e.g., Commercial Register)
Delegated Power Authority to act on behalf of a legal entity granted via a Power of Attorney (PoA) issued by the legal entity
PoA Power of Attorney — a separate attestation granting delegated authority to act on behalf of a legal entity
EUCC EU Company Certificate — attestation establishing the legal existence and identity of a legal entity within the EU
EUID European Unique Identifier — the unique identifier assigned to legal entities registered within the EU
KYC Know Your Customer — due diligence process for verifying customer identity and assessing risk in financial relationships
KYS Know Your Supplier — due diligence process for verifying supplier credentials, integrity, and risk exposure
Relying Party A bank, fintech, or other entity that relies on the AuthorisedSignatories Attestation to verify the authority of a signatory
Representation Type The nature of the power of representation — either SOLE (one signatory sufficient) or JOINT (multiple signatories required)
ISO 8601 International standard for date and time representations (e.g., YYYY-MM-DD)

2 Attestation Attributes and Metadata

The AuthorisedSignatories Attestation is designed to provide a standardized, verifiable representation of all natural persons authorised to act on behalf of a legal entity. It enables Relying Parties to comprehensively verify signatory authority in financial and contractual settings, supporting effective KYC/KYS processes and regulatory compliance.

2.1 Introduction

Data Model:

The AuthorisedSignatories Attestation is structured into a root object containing two distinct sub-objects:

AuthorisedSignatories
├── Legal_Entity (M)
│   ├─ legal_person  (M)
│   │   ├─ legal_person_name (tstr) (M)
│   │   ├─ legal_form_type (tstr) (M)
│   ├─ identifier  (M)                          // At least one identifier required
│   │   ├─ euid (str) (O)                       // European Unique Identifier
│   │   ├─ lei (str) (O)                        // Legal Entity Identifier per ISO 17442
│   │   ├─ tax (str) (O)                        // National tax or registration number    
│   │   ├─ gln (str) (O)                        // Global Location Number for legal entities — GS1 identifier
│   │   ├─ duns (str) (O)                       // Data Universal Numbering System — Dun & Bradstreet identifier
│   │   ├─ eori (str) (O)                       // Economic Operators Registration and Identification number — EU customs identifier
│   │   ├─ bpnl (str) (O)                       // Business Partner Number Legal entity — Catena-X identifier per ICD 0243
│   │   ├─ siren (str) (O)                      // Système d'Identification du Répertoire des ENtreprises — French company identifier
└── Authorised_Person [1..n] 
    ├─ NaturalPerson          (first_name (M), surname (M), date_of_birth (M))                                  — mandatory
    ├─ BirthPlace             (locality (M), country (M), region (O))                                           — mandatory
    ├─ Citizenship            (citizenship(s) [1..n])                                                           — mandatory
    ├─ PersonRole             (role (O), representation_type (M))                                               — mandatory
    └─ NaturalPersonIdentifier (document_type (M), document_number (M), issuing_country (M), expiry_date (M))  — optional

Note: M - mandatory / O - optional.

Explanation:

The Legal_Entity object SHALL appear exactly once and contains:

  • Legal_Person — the official legal name and legal form of the entity issuing the attestation.
  • Identifier — the EUID (mandatory) and optionally LEI and/or tax registration number.

The Authorised_Person object SHALL appear at least once and MAY be repeated for each authorised signatory. Each instance contains:

  • NaturalPerson — the full legal name and date of birth of the signatory.
  • BirthPlace — the place of birth including at minimum locality and country.
  • Citizenship — one or more citizenships held by the signatory.
  • PersonRole — the role within the company (optional) and the representation type (mandatory).
  • NaturalPersonIdentifier — optional identity document details for enhanced identification.

Attestation Classification:

This attestation type MAY be classified as:

  • "EAA" Self-issued by the legal entity as part of its disclosures.
  • "QEAA" issued by a Qualified Trust Service Provider (QTSP) for the legal entity based on the information in the registery ( means contains only the "Statutory Power" list)
Data Identifier Semantic Reference Definition Data type
legal_person ... Information about the legal person Object
legal_identifier ... Information about the legal person identifier Object
natural_person ... Information about the natural person Object
birth_place ... Information about the birth place Object
citizenship ... Citizenship(s) held by the person (one or more nationalities) Array of Strings (ISO 3166-1 alpha-3)
person_role ... Information about the natural person role Object
identification ... Information about the identification of the person Object

2.2 Mandatory Attributes

LegalPerson Attributes

Data Identifier Semantic Reference Definition Data type
legal_person_name The complete official legal name of the legal entity String
legal_form_type The legal form of the legal entity (e.g., SA, GmbH, Ltd, BV) String

NaturalPerson Attributes

This object is defined for each person represented in the AuthorisedSignatories Attestation.

Data Identifier Semantic Reference Definition Data type
first_name ... The first names in full (including all given names and middle names) String
surname ... The surnames in full (all family names/last names) String
date_of_birth ... Day, month, and year of birth of the person per ISO 8601 Date (YYYY-MM-DD)

BirthPlace Attributes

Data Identifier Semantic Reference Definition Data type
locality ... Locality (city or town) where the natural person was born String
country ... Country where the natural person was born String (ISO 3166-1 alpha-3)

Citizenship Attributes

Data Identifier Semantic Reference Definition Data type
citizenship ... The nationality or nationalities of the authorised person (one or more) Array of Strings (ISO 3166-1 alpha-3)

PersonRole Attributes

Data Identifier Semantic Reference Definition Data type
representation_type ... The nature of the power of representation. SHALL be one of the values defined in Section 2.8.1 String ("SOLE" or "JOINT")

2.3 Optional Attributes

LegalPersonIdentifier Optional Attributes

Data Identifier Semantic Reference Definition Data type
euid European Unique Identifier per Directive (EU) 2017/1132. String
lei Legal Entity Identifier (LEI) per ISO 17442. String
tax National tax or company registration number. String
gln Global Location Number for legal entities (GS1 identifier). String
duns Data Universal Numbering System (Dun & Bradstreet identifier). String
eori Economic Operators Registration and Identification number (EU customs). String
bpnl Business Partner Number Legal entity (Catena-X identifier). String
siren Système d'Identification du Répertoire des ENtreprises (French identifier). String

BirthPlace Optional Attributes

Data Identifier Semantic Reference Definition Data type
region ... Optional additional detail on the region or state of birth String

PersonRole Optional Attributes

Data Identifier Semantic Reference Definition Data type
role ... The role of the authorised person within the company (e.g., CEO, CFO, Director) String

NaturalPersonIdentifier Optional Attributes

When present, all four fields within this object SHALL be provided together.

Data Identifier Semantic Reference Definition Data type
document_type ... A value defining the type of the identity document (e.g., Passport, National identity card) String
document_number ... The number of the identity document (passport number, national ID number, etc.) String
issuing_country ... The country that issued the identity document (ISO 3166-1 alpha-3 code) String
document_expiry_date ... The expiration date of the identity document per ISO 8601 Date (YYYY-MM-DD)

2.4 Conditional Attributes

No conditional attributes are defined for this attestation type. All attributes are either mandatory or optional as specified above.

2.5 Mandatory Metadata

Data Identifier Definition Data type
attestation_legal_category Indicates the legal category of the AuthorisedSignatories Attestation ("EAA") String
cnf Cryptographic Key Binding String

Note: Only the additional mandatory attributes are listed; the mandatory attributes defined by the protocol are not specified.

2.6 Optional Metadata

Data Identifier Definition Data type
trust_anchor_url URL where the trust anchor for verifying this attestation can be retrieved URI
schema_version Version of the schema used for this attestation String

2.7 Conditional metadata

No conditional metadata elements are defined for this attestation type.

2.8 Value Lists

2.8.1 Representation Type Codes

The representation_type attribute SHALL use one of the following standardized values:

Code Definition
SOLE A single signatory has full authority to act and sign on behalf of the legal entity independently, without requiring the co-signature of any other person
JOINT Two or more signatories are required to act together to make binding commitments on behalf of the legal entity

Note: The representation type applies in the context of financial relationships (e.g., opening a bank account, currency account, credit line, etc.).

2.8.2 Type of Identity Document Codes

The document_type attribute, when present, SHALL use one of the following standardized values:

Code Definition
Passport International travel document issued by a national government
National identity card National identity card issued by the authorised person's country of nationality
Driver's license Driver's license used as an identity document where accepted by the jurisdiction
Residence permit Residence permit or similar document issued by the country of residence
Other official identity document Other government-issued identity document accepted for identity verification

2.9 Integrity Rules

The following integrity rules SHALL be enforced:

  • The Authorised_Person array SHALL contain at least one entry in the AuthorisedSignatories Attestation.
  • Each Authorised_Person entry SHALL contain first_name, surname, date_of_birth, citizenship, birth_place_locality, birth_place_country, and representation_type.
  • Legal_Entity SHALL appear exactly once and SHALL contain legal_person_name, legal_form_type, and euid.
  • date_of_birth SHALL be a valid ISO 8601 date (YYYY-MM-DD).
  • citizenship SHALL be an array of one or more valid ISO 3166-1 alpha-3 country codes.
  • birth_place_country SHALL be a valid ISO 3166-1 alpha-3 country code.
  • representation_type SHALL be one of the values defined in Section 2.8.1 ("SOLE" or "JOINT").
  • document_type, when present, SHALL be one of the values defined in Section 2.8.2.
  • document_expiry_date, when present, SHALL be a valid ISO 8601 date (YYYY-MM-DD).
  • If any NaturalPersonIdentifier attribute is present, all four fields (document_type, document_number, issuing_country, document_expiry_date) SHALL be present together.
  • euid SHALL be a non-empty string conforming to the format defined in Directive (EU) 2017/1132.
  • lei, when present, SHALL be a 20-character string conforming to ISO 17442.
  • issuance_date and expiry_date SHALL be valid ISO 8601 DateTimes.
  • expiry_date SHALL be later than issuance_date.
  • issuance_date SHALL be in the past.
  • attestation_legal_category SHALL be "EAA".
  • If trust_anchor_url is present, it SHALL be a valid URI.
  • If schema_version is present, it SHALL be a non-empty string.
  • Each attribute SHALL appear at most once within its scope (e.g., within a Legal_Entity or Authorised_Person object).
  • If the technical validity period (expiry_date − issuance_date) exceeds 24 hours, the status claim SHALL be present, conforming to the structure defined in Section 3.2.2.

3 Attestation Encoding

3.1 ISO/IEC 18013-5-Compliant Encoding

ISO/IEC 18013-5 (also called mdoc) is out of scope for this Rulebook, as offline proximity presentation is not a current requirement for the AuthorisedSignatories Attestation.

3.2 SD-JWT VC-Based Encoding

The AuthorisedSignatories Attestation uses the SD-JWT VC format to allow for selective disclosure of signatory attributes.

Selective Disclosure: Top-level claims (e.g., legal_entity, authorised_persons) SHALL be individually selectively disclosable, enabling a legal entity to disclose only the attributes requested by a Relying Party. Attributes nested within an Authorised_Person object (e.g., first_name, date_of_birth, representation_type) MAY be individually selectively disclosable as per the attribute encoding table below.

The . notation is used to indicate the nesting of attributes.

Verifiable Credential Type (vct): vct: eu.we-build:authorisedsignatories:1

3.2.1 Attribute Encoding Table

Data Identifier Attribute Identifier Encoding Format Reference/Notes Disclosable
Legal Entity
legal_person_name legal_entity.legal_person.legal_person_name string The complete official legal name of the company MUST
legal_form_type legal_entity.legal_person.legal_form_type string Legal form of the company (e.g., GmbH, S.A., Ltd.) MUST
Legal Entity Identifier
euid legal_person.identifier.euid String European Unique Identifier — optional sub-field MUST
lei legal_person.identifier.lei String Legal Entity Identifier per ISO 17442 — optional sub-field MUST
tax legal_person.identifier.tax String National tax or registration number — optional sub-field MUST
gln legal_person.identifier.gln String Global Location Number for legal entities — optional sub-field MUST
duns legal_person.identifier.duns String Dun & Bradstreet company identifier — optional sub-field MUST
eori legal_person.identifier.eori String EU customs identifier — optional sub-field MUST
bpnl legal_person.identifier.bpnl String Catena-X BPNL identifier per ICD 0243 — optional sub-field MUST
siren legal_person.identifier.siren String French company identifier (SIREN) — optional sub-field MUST
Authorised Person
authorised_persons authorised_persons array Array of authorised person objects in the AuthorisedSignatories Attestation; SHALL contain at least one entry MUST
NaturalPerson
first_name authorised_persons[n].natural_person.first_name string Full first name(s) of the authorised person per Art. 2 RTS MUST
surname authorised_persons[n].natural_person.surname string Full surname(s) of the authorised person per Art. 2 RTS MUST
date_of_birth authorised_persons[n].natural_person.date_of_birth string Date of birth of the authorised person; ISO 8601 full-date format (YYYY-MM-DD) MUST
BirthPlace
birth_place.locality authorised_persons[n].birth_place.locality string Locality (city or town) where the authorised person was born MUST
birth_place.country authorised_persons[n].birth_place.country string Country where the authorised person was born, per Art. 4 RTS; ISO 3166-1 alpha-3 MUST
birth_place.region authorised_persons[n].birth_place.region string Optional region or state of birth MAY
Citizenship
citizenship authorised_persons[n].citizenship array Nationality or nationalities of the authorised person; ISO 3166-1 alpha-3 codes MUST
PersonRole
person_role.representation_type authorised_persons[n].person_role.representation_type string The nature of the power of representation; SHALL use codes from Section 2.8.1 ("SOLE" or "JOINT") MUST
person_role.role authorised_persons[n].person_role.role string The role of the authorised person within the company (e.g., CEO, CFO); optional MUST
NaturalPersonIdentifier
identifier.document_type authorised_persons[n].identifier.document_type string Type of identity document; SHALL use codes from Section 2.8.2; optional MAY
identifier.document_number authorised_persons[n].identifier.document_number string The number of the identity document; optional MAY
identifier.issuing_country authorised_persons[n].identifier.issuing_country string Country that issued the identity document; ISO 3166-1 alpha-3; optional MAY
identifier.document_expiry_date authorised_persons[n].identifier.document_expiry_date string Expiration date of the identity document; ISO 8601 full-date format (YYYY-MM-DD); optional MAY
Metadata
issuance_date iat Number (Unix timestamp) Date and time when the attestation was issued (ISO 8601); RFC 7519 MUST NOT
expiry_date exp Number (Unix timestamp) Date and time when the attestation expires (ISO 8601); RFC 7519 MUST NOT
issuing_entity iss String (URI or DID) Identifier of the competent institution that issued the attestation; RFC 7519 MUST NOT
attestation_legal_category attestation_legal_category String One of "EAA" or "QEAA" as defined by eIDAS 2 MUST NOT
vct vct String The vct definition MUST NOT
cnf cnf String Cryptographic Key Binding MUST NOT
schema_version schema_version String Version of the schema used; optional MAY
trust_anchor_url trust_anchor_url String (URI) URL where the trust anchor for verifying this attestation can be retrieved; optional MAY

Notes:

  • MUST: The claim SHALL be selectively disclosable — the holder MAY choose to disclose or withhold this claim when presenting the credential to a Relying Party.
  • MAY: The claim MAY be selectively disclosable if the issuer supports it; the holder can choose to disclose or withhold.
  • MUST NOT: The claim SHALL NOT be selectively disclosable — it is always present in plain text in the JWT header/payload and cannot be withheld by the holder, as it is required for credential verification and trust establishment.
  • iat, exp, and iss follow RFC 7519 standard JWT claim naming conventions.
  • The NaturalPersonIdentifier group of attributes is marked as MAY disclosable as a unit — if any attribute within the group is disclosed, all four SHALL be disclosed together.

3.2.2 Status Claim

For SD-JWT VC-compliant Attestations, the attestation MUST include a status claim if the technical validity period is greater than 24 hours. This claim enables Relying Parties to determine if a credential has been revoked via a status list mechanism, as specified in SD-JWT VC.

The status claim SHALL be a JSON object with the following members:

Field Type Value / Constraint
type String SHALL be "status-list"
status_list_credential String (URI) URI of the Status List Credential document containing the status bitstring
status_list_index Integer (>= 0) Zero-based index into the status list bitstring for this credential
status_purpose String SHALL be "revocation"

Example:

{
  "status": {
    "type": "status-list",
    "status_list_credential": "https://issuer.example.com/status/authorisedsignatories/2025",
    "status_list_index": 789,
    "status_purpose": "revocation"
  }
}

3.2.3 Example Payload

The following is a non-normative example of an AuthorisedSignatories Attestation SD-JWT VC payload:

{
  "vct": "eu.we-build:authorisedsignatories:1",
  "attestation_legal_category": "EAA",
  "iss": "https://example-gmbh.de",
  "iat": 1746000000,
  "exp": 1777536000,
  "jti": "asr-attestation-20260515-001",
  "legal_entity": {
    "legal_person": {
      "legal_person_name": "Example GmbH",
      "legal_form_type": "GmbH"
    },
    "identifier": {
      "euid": "DE-HRB-123456",
      "lei": "5493001KJTIIGC8Y1R12",
      "tax": "DE123456789"
    }
  },
  "authorised_persons": [
    {
      "natural_person": {
        "first_name": "Maria Anna",
        "surname": "Müller",
        "date_of_birth": "1982-07-14"
      },
      "birth_place": {
        "locality": "Munich",
        "country": "DEU",
        "region": "Bavaria"
      },
      "citizenship": ["DEU"],
      "person_role": {
        "representation_type": "SOLE",
        "role": "CEO"
      },
      "identifier": {
        "document_type": "Passport",
        "document_number": "C01X00T47",
        "issuing_country": "DEU",
        "document_expiry_date": "2031-03-20"
      }
    },
    {
      "natural_person": {
        "first_name": "Jean",
        "surname": "Dupont",
        "date_of_birth": "1975-11-30"
      },
      "birth_place": {
        "locality": "Paris",
        "country": "FRA"
      },
      "citizenship": ["FRA", "BEL"],
      "person_role": {
        "representation_type": "JOINT",
        "role": "CFO"
      }
    }
  ],
  "status": {
    "type": "status-list",
    "status_list_credential": "https://example.com/status/authorisedsignatories-list-1",
    "status_list_index": 789,
    "status_purpose": "revocation"
  },
  "trust_anchor_url": "https://trust.webuildconsortium.eu/anchors/eidas-tl",
  "schema_version": "0.1.0",
  "cnf": {
    "jwk": {
      "kty": "EC",
      "crv": "P-256",
      "x": "abc-123_def-456_ghi-789_jkl-012",
      "y": "mno-345_pqr-678_stu-901_vwx-234"
    }
  }
}

Sample payloads are provided under ../data-schemas/sd-jwt/sample-data/authorised-signatories-sd-jwt-sample.json

3.3 W3C Verifiable Credentials Data Model-based encoding

4 Attestation usage

4.1. Issuance process

For EAA (Self-Issued / Standard Issuance):

  • The issuer (i.e., the legal entity itself) issues the attestation based on the information and supporting documentation available at the time of issuance.
  • The issuer is responsible for ensuring that the attested information remains accurate and must immediately revoke the attestation if any change occurs that affects the validity or accuracy of the underlying data.

For QEAA (Qualified Issuance):

  • The issuer—either a Qualified Trust Service Provider (QTSP) or another authorized competent body—must issue and verify the attestation exclusively on the basis of authoritative sources, such as official company register data or audited financial statements.
  • The issuer is also responsible for maintaining a high level of assurance throughout the attestation's validity period by continuously monitoring the underlying information. If any change affecting the accuracy or validity of the attested data is detected, the issuer must promptly revoke the attestation.

The Issuer SHALL implement the base issuer obligation as defined in the Issuer Obligation specification: https://github.com/webuild-consortium/webuild-attestation-rulebooks-catalog/blob/main/rulebooks/rb-base/verifier-base-verification.md#41-issuer-obligations

4.2 Relying Party Obligations

When receiving and processing an attestation, the Relying Party SHALL perform the following verification obligations.

4.2.1 – 4.2.8 Base Verification Process

The Relying Party SHALL perform the base attestation verification process as defined in the Base Verification specification: https://github.com/webuild-consortium/webuild-attestation-rulebooks-catalog/blob/main/rulebooks/rb-base/verifier-base-verification.md#42-relying-party-obligations

4.2.9 Validate Integrity Rules

Validation of integrity and policy rules will be specified in a future version of this Rulebook.

5 Trust anchors

This chapter specifies the trust anchor mechanisms used by Relying Parties to establish trust in the issuer of an Electronic Attestation of Attributes (EAA) or a Qualified Electronic Attestation of Attributes (QEAA). The corresponding verification procedures are defined in Sections 4.2.2–4.2.4.

5.1 Qualified Electronic Attestations of Attributes (QEAAs)

For QEAAs, trust is established through the X.509 Public Key Infrastructure (PKI) and the applicable Trust List of Licensees (TLOL). The issuer's certificate chain, including the intermediate certificate contained in the QEAA header, SHALL be validated up to a trusted root certificate. This validation SHALL be performed using the applicable TLOL, taking into account the trust list state applicable at the time of issuance.

Successful certificate chain validation establishes that:

  • the issuer's certificate was recognized within the applicable trust framework;
  • the issuer's identity has been validated by the supervisory authority during inclusion in the TLOL; and
  • the issuer satisfies the trust requirements applicable to QEAAs.

In addition, the Relying Party MAY apply further authorization checks based on its internal policies, such as maintaining a whitelist of accepted QEAA providers.

5.2 Electronic Attestations of Attributes (EAAs)

For EAAs, trust is established through a cryptographic chain anchored in the Electronic Business Wallet Owner Identity Document (EBWOID). The EBWOID SHALL be included in the header of every EAA. During EBWOID issuance, the EBWOID provider verifies that the public key contained in the EBWOID is owned by the Electronic Business Wallet (EBW) owner.

The Relying Party SHALL verify the EBWOID in accordance with the verification procedure defined in this Rulebook. Upon successful verification, the Relying Party obtains:

  • assurance that the EBWOID was issued by an authorized provider and is not self-issued;
  • the verified identity of the issuer, including its name and EUID (or another globally unique EBW owner identifier); and
  • the public key authorized to verify the EAA signature.

Authorization of the issuer is subsequently determined in accordance with the Relying Party's internal policies. Such authorization MAY be based on locally maintained wallet configuration or on trusted jurisdiction- or domain-specific trust list services that identify issuers authorized for a particular type of EAA

6 Revocation

An attestation SHALL remain valid only while its underlying information is accurate, complete, and legally effective.

6.1 Revocation Mechanism

  • Token Status List: The issuer must maintain an active IETF Token Status List (aligned with the Attestation Status List mechanism specified by the EU Commission).
  • Credential Metadata: The metadata status_list must be populated in every issued CompanyInfo attestation, referencing the status list URI and the credential's specific index.

Authorized Authority: Only the authorized issuer (the QTSP/competent body for QEAA, or the self-issuing legal entity for EAA) may modify the status list entry.

6.2 Revocation Triggers & Business Rules

  • QEAA Trigger (Automatic): The QTSP/competent body must actively monitor official company register data and audited financial statements. Any detected discrepancy or change in the company registry must automatically trigger revocation of the QEAA.
  • EAA Trigger (Manual Obligation): The self-issuing legal entity is under strict obligation to immediately update or revoke its EAA if its available documents, financial thresholds, or ownership structures change.

Relying Party Action: A revoked or suspended attestation must be treated as invalid for credential-validity purposes by all RPs. The business interpretation is determined by the Relying Party's internal compliance policies.

7 References

Item Reference Standard name/details
[European Digital Identity Regulation] Regulation (EU) 2024/1183 of the European Parliament and of the Council of 11 April 2024 amending Regulation (EU) No 910/2014 as regards establishing the European Digital Identity Framework
[HAIP] Yasuda, K. et al, OpenID4VC High Assurance Interoperability Profile, OpenId Foundation, Version draft-03
[IANA-JWT-Claims] IANA JSON Web Token Claims Registry. Available: https://www.iana.org/assignments/jwt/jwt.xhtml
[ISO/IEC 18013-5] ISO/IEC 18013-5, Personal identification — ISO-compliant driving licence - Part 5: Mobile driving licence (mDL) application, First edition, 2021-09
[ISO 4217] ISO 4217 — Currency codes. Available: https://www.iso.org/iso-4217-currency-codes.html
[ISO 8601] ISO 8601 — Date and time format. Available: https://www.iso.org/iso-8601-date-and-time-format.html
[OIDC] Sakimura, N. et al., "OpenID Connect Core 1.0", OpenID Foundation. Available: https://openid.net/specs/openid-connect-core-1_0.html
[RFC 2119] RFC 2119 — Key words for use in RFCs to Indicate Requirement Levels, S. Bradner, March 1997
[RFC 3339] RFC 3339 — Date and Time on the Internet: Timestamps, G. Klyne et al., July 2002
[RFC 8610] RFC 8610 — Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures, H. Birkholz et al., June 2019
[RFC 8943] RFC 8943 — Concise Binary Object Representation (CBOR) Tags for Date, M. Jones et al., November 2020
[RFC 8949] RFC 8949 — Concise Binary Object Representation (CBOR), C. Bormann et al., December 2020
[SD-JWT VC] SD-JWT-based Verifiable Credentials (SD-JWT VC). Available: https://datatracker.ietf.org/doc/draft-ietf-oauth-sd-jwt-vc/, version draft-ietf-oauth-sd-jwt-vc-09
[Topic 7] ARF Annex 2 - Topic 7 - Attestation revocation and revocation checking. Available: https://eu-digital-identity-wallet.github.io/eudi-doc-architecture-and-reference-framework/latest/annexes/annex-2/annex-2-high-level-requirements/#a237-topic-7-attestation-revocation-and-revocation-checking