ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

DID-METHOD-WEB

DNS HTTPS DID method without blockchain.

Definition

did:web mechanism: DID resolution converts did:web:example.com -> https://example.com/.well-known/did.json (root) or did:web:example.com:user:alice -> https://example.com/user/alice/did.json (path). DID Document hosted via HTTPS standardly. Pros: zero blockchain dependency, leverages existing PKI (DV TLS certificates), simple to deploy. Cons: depends on DNS + HTTPS PKI authority, not truly decentralized (DNS registrar power). Growing adoption: Microsoft Entra ID Verifiable Credentials, Spruce ID, corporate platforms.

Origin

did:web proposed Editor Draft December 2019 by Markus Sabadello (Danube Tech) ; widely adopted since 2021 ; not yet formal W3C Recommendation but widely implemented.

Example in context

Microsoft Entra ID Verifiable Credentials uses did:web:contoso.com to issue corporate VCs to employees ; simple DNS Microsoft 365 tenant resolution, without depending on blockchain.

Last updated: May 16, 2026