{
  "@context": "https://schema.org",
  "@type": "CreativeWork",
  "name": "Selective Disclosure JWT",
  "dateModified": "2026-06-02",
  "spec": "draft-ietf-oauth-selective-disclosure-jwt-12",
  "hashAlg": "sha-256",
  "keyBinding": "cnf claim with JWK or kid",
  "disclosures": "salted hash array allows holder to reveal subset of claims",
  "benefits": [
    "privacy-preserving",
    "holder-binding",
    "offline-verifiable"
  ]
}