Getting Started
The all-in-one developer platform for EUDI-compliant Verifiable Credentials.
Welcome to FortID
FortID is a comprehensive infrastructure suite for the European Digital Identity (EUDI) ecosystem. We provide the building blocks to issue, verify, and manage Verifiable Credentials securely and at scale.
Whether you are building a government-grade Issuer, a relying party Verifier, or a custom Wallet solution, FortID handles the complexity of EUDI protocols (OpenID4VCI, OpenID4VP) and formats (SD-JWT, mso_mdoc) so you can focus on your application logic.
Explore the Platform
How-to Guides
Practical, step-by-step tutorials for integrating FortID services, handling API authentication, and end-to-end testing.
EUDI Reference Wallet
A digital wallet for testing your integration. Available on the Google Play Store or buildable from source to see EUDI standards in action.
Verifier Service API
Verify credentials presented by EUDI-compliant wallets. Configure trust policies, manage verification sessions, and request specific attributes using selective disclosure.
Issuer Service API
Issue EUDI-compliant credentials including PID and mDL. Manage schemas, issuance flows, and lifecycle events. Full support for SD-JWT and mso_mdoc formats.
Wallet Service API
Programmatically manage wallet instances. Handle key management, credential storage, and presentation exchanges via a unified API.
Quick Start
Ready to integrate? Go from zero to "Hello World" in three steps:
-
Generate your API Key Authentication is required for all service interactions.
-
Select your Integration Path
- I want to Issue: Follow the Issuance Guide
- I want to Verify: Follow the Verification Guide
- I'm building a Wallet: Read the Wallet Service Docs
-
Test End-to-End Download the FortID Reference Wallet to act as the user in your testing flow. This allows you to simulate real-world issuance and presentation scenarios immediately.
Supported Credential Standards
FortID is built on the EUDI Architecture Reference Framework (ARF). We support the following credential configurations out of the box:
Core EUDI Credentials
- Personal Identification Data (PID): The foundational identity credential containing core attributes (Name, DoB, Nationality).
- Mobile Driving Licence (mDL): Fully compliant with ISO/IEC 18013-5:2021.
Flexible Custom Schemas
Define your own credential types for specific business logic (e.g., Employee ID, Loyalty, Educational Diplomas). You retain full control over:
- Structure: Define custom claims and hierarchies.
- Formats: Choose between
sd-jwt(IETF) ormso_mdoc(ISO). - Privacy: All custom credentials inherently support Selective Disclosure.