Getting Started
Explore the different Enterprise features below or learn more about the walt.id Enterprise Stack in general here.
The Enterprise Stack requires a license from walt.id. See Licensing for how to configure license.conf and activate it.
New to walt.id? Use Issuer2, Verifier2, and Wallet2 below — they implement the finalized OID4VCI 1.0 and OID4VP 1.0 specifications, instead of the draft versions supported by the original services. The original Issuer, Verifier, and Wallet services remain available for existing integrations.
Foundations
Learn the core building blocks of the Enterprise Stack: Organisations, Tenants, Services, and Permissions & Access.
Checkout Enterprise Foundations
Administration
Explore how to use Organizations, Tenants, and allow Access & Permissions in detail.
- Organizations - The starting point.
- Tenants - Container for services.
- Access & Permissions - Secure your enterprise infrastructure.
Services
- KMS Service - Manage cryptographic keys.
- Issuer2 Service - Sign & issue various digital credentials (W3C, SD-JWT VC, mDL). (recommended)
- Verifier2 Service - Request & verify digital credentials. (recommended)
- Wallet2 Service - Run identity wallets for individuals or organizations. (recommended)
- Credential Status Service - Manage credential status lists.
- X.509 Service - Issue X.509 certificates.
- DID Service - Create decentralized identifiers.
- DID Registry - Host did:web documents.
The original Issuer, Verifier, and Wallet services remain available for existing integrations — see the full service list here.
Quickstart
You need to be a walt.id Enterprise customer to use this quickstart.
- Clone the repository
git clone https://github.com/walt-id/waltid-enterprise-quickstart.git - Login to Docker
docker login -u waltid
When prompted, use your personal access token as the password. - Start docker-compose
docker-compose up
Once docker-compose is running, you can visit enterprise.localhost:3000/swagger to access the Enterprise APIs.
Next Steps
- Enterprise Foundations - Learn more about the Enterprise Stack core building blocks
- Quickstart (5 min) - Guided CLI setup
- Tutorial (30 min) - Step-by-step walkthrough using Issuer2, Verifier2, and Wallet2
- Administration - Learn about organizations, tenants, and the details of authentication and access management.
- Services - Explore various services (e.g., issuer, verifier) and their detailed usage.
- FAQ - Frequently asked questions about the Enterprise Stack.
