oauth-wg / oauth-selective-disclosure-jwt

https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/
Other
57 stars 31 forks source link

The description of the SD-JWT can be improved #502

Closed Denisthemalice closed 2 weeks ago

Denisthemalice commented 2 weeks ago
  1. SD-JWT and SD-JWT+KB Data Formats An SD-JWT is composed of

    • an Issuer-signed JWT, and
    • zero or more Disclosures.

The Disclosures, which are unsigned, are located outside the SD-JWT.

Change into:

A data structure for a SD-JWT with Disclosures is composed of:

  • an Issuer-signed JWT, and
  • one or more Disclosures.