This repository contains the official attestation rulebooks used in the European Digital Identity (EUDI) Wallet framework. These rulebooks define the structure, semantics, and validation requirements for Electronic Attestations of Attributes (EAAs) that are issued to and used within EUDI Wallets, as mandated by Regulation (EU) No 910/2014 (eIDAS) and the related Implementing Regulations.
An attestation rulebook provides a technical and policy specification for a particular set of attributes or credential type issued as an EAA. It serves as a reference for:
- Attestation providers (issuers)
- EUDI Wallet providers
- Wallet-relying parties (verifiers)
- Conformity Assessment Body and auditors
Each rulebook includes schema definitions, trust and assurance requirements, and procedures for issuance, validation, and revocation.
eudi-doc-attestation-rulebooks/
β
βββ rulebooks/
β βββ <usecase1>
β βββ rulebook-<usecase1>.md
β βββ <usecase2>
β βββ rulebook-<usecase2>.md
β βββ ...
β
βββ template/
βββ attestation-rulebook-template.md
rulebooks/
: Contains finalized or draft rulebooks for specific use cases (e.g., driving license, educational credentials, social security).template/
: Contains the official template to be used for drafting new rulebooks.
The attestation-rulebook-template.md
defines the standard structure that all rulebooks must follow. Key sections include:
- item 1
- item 2
- item 3
This template aligns with the requirements outlined in Implementing Regulation (EU) 2024/2977 and its annexes.
To propose a new rulebook:
- Copy the template from
template/attestation-rulebook-template.md
. - Fill in all required sections with valid and justifiable content.
- Submit your rulebook via a pull request under the
rulebooks/
directory. - Make sure to align with relevant standards listed in the Architecture and Reference Framework
- eIDAS Regulation (EU) No 910/2014
- CIR 2024/2977 regarding PID and EAA,
- CIR 2024/2979 regarding integrity and core functionalities,
- CIR 2024/2980 regarding ecosystem notifications,
- CIR 2024/2981 regarding certification of Wallet Solutions,
- CIR 2024/2982 regarding protocols and interfaces,
- CIR 2025/846 regarding cross border identity matching,
- CIR 2025/847 regarding security breaches of European Digital Identity Wallets,
- CIR 2025/848 regarding registration of Wallet Relying Parties,
- CIR 2025/849 regarding the list of certified European Digital Identity Wallets.
- EUDI Architecture and Reference Framework
For feedback or questions, please reach out via GitHub Issues or contact the EUDI Wallet support team via the official portal.