Identity Types Registry
Registered values for IdentityDescriptor.type. New types are added via the RFC process.
| ID | Description | Required fields | Status | Spec |
|---|---|---|---|---|
oidc | OpenID Connect issuer with a JWT proof. | issuer, subject, proof (JWT) | Stable | RFC-AITP-0002 §2 |
pinned_key | Locally pre-configured public key with a PoP signature. | subject, public_key, proof (sig binding sender AID, receiver AID, message_id, timestamp, and the handshake pop_nonce per RFC-AITP-0002 §3.1) | Stable | RFC-AITP-0002 §3 |
did | W3C Decentralized Identifier with Verifiable Credential. | TBD | Reserved (v0.2) | RFC-AITP-0002 §5 |
x509 | X.509 certificate chain (Web PKI). | TBD | Reserved (v0.2) | RFC-AITP-0002 §5 |
wallet | Blockchain-wallet signature. | TBD | Reserved (v0.2) | RFC-AITP-0002 §5 |