What SD-JWT .NET Is - and Is Not¶
Level: Beginner orientation
What you will learn¶
- The ecosystem boundary: what SD-JWT .NET is and is not
- Correct terminology for docs, proposals, and conversations
- Where package maturity boundaries lie
SD-JWT .NET is a standards-first .NET library ecosystem. This document defines the ecosystem boundary so package docs, samples, and proposals use the same positioning. Unless explicitly marked Stable, packages are not certification claims or finished external standards.
It Is¶
- A standards-first .NET implementation of RFC 9901 SD-JWT.
- A reusable ecosystem for verifiable credentials and wallet interoperability.
- A set of protocol components for OID4VCI, OID4VP, Presentation Exchange, OpenID Federation, HAIP, mdoc, and related flows.
- Reference infrastructure for wallet and EUDIW-style implementations.
- A preview experimentation area for delegated Agent Trust.
It Is Not¶
- Not a standalone consumer wallet.
- Not an identity provider.
- Not an OAuth authorization server.
- Not a certification authority.
- Not an EUDIW-certified wallet product.
- Not a finished external standard for AI-agent authorization.
Beginner explanation¶
Think of SD-JWT .NET as a toolbox, not a finished app.
It gives developers the parts needed to build systems where:
- an issuer can create a digital credential,
- a wallet can hold it,
- a holder can reveal only selected claims,
- a verifier can check the signature and trust,
- and, in preview, an AI agent can prove it is allowed to call a specific tool.
The project does not decide your business rules, run your identity provider, certify your wallet, or replace your security architecture.
Terminology¶
| Use | Avoid |
|---|---|
| library ecosystem | full platform |
| reference infrastructure | production wallet |
| standards-aligned | certified or compliant unless certified |
| profile validation | compliance certification |
| preview Agent Trust extension | Agent Trust standard |
| capability token minting | credential issuance, unless referring to OID4VCI |
| wallet framework / wallet infrastructure | consumer wallet app |
| delegated agent trust | AI identity standard |