oauth-wg / oauth-selective-disclosure-jwt

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

Mentions of KB-JWT that could be removed #440

Closed srosenda closed 5 months ago

srosenda commented 5 months ago

The distinguishing of SD-JWT from SD-JWT+KB is a good clarifying change in -09. Some extra mentions of KB-JWT still remain that could probably removed:

In 5. SD-JWT and SD-JWT+KB Data Formats:

An SD-JWT without Disclosures and without a KB-JWT

and

An SD-JWT with Disclosures and without a KB-JWT

The "and without a KB-JWT" could be removed as there are separate examples for SD-JWT+KB and SD-JWT is now defined not to include KB-JWT.

bc-pi commented 5 months ago

Thanks @srosenda, PR #441 does exactly what you've suggested.

srosenda commented 5 months ago

👍 approved the PR (#441) too.