Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify algorithms for recursive disclosures (#431)
* Distinguish SD-JWT from SD-JWT+KB * Change Fnord to SD-JWT-KB * Commiting my own suggestion * add a -KB in the flow diagram * shift left * fix ref * Apply suggestions from code review Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> Co-authored-by: Kristina <52878547+Sakurann@users.noreply.github.com> * Address review comments * Update draft-ietf-oauth-selective-disclosure-jwt.md Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> * fix merge mistake * Apply suggestions from (my) review * fix ref holder_public_key_claim to key_binding * Apply suggestions from code review Co-authored-by: Daniel Fett <mail@danielfett.de> Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> Co-authored-by: Kristina <52878547+Sakurann@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> Co-authored-by: Daniel Fett <mail@danielfett.de> * Apply suggestions from code review Co-authored-by: Daniel Fett <mail@danielfett.de> Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> * Update draft-ietf-oauth-selective-disclosure-jwt.md Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> * Add a pointer to the other media type * Update draft-ietf-oauth-selective-disclosure-jwt.md Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> * Update draft-ietf-oauth-selective-disclosure-jwt.md Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> * be gone trailing space * be gone trailing space * remove the application/sd-jwt-kb media type per request by @selfissued and rough consensus of editors and a few others that it's not needed * change SD-JWT-KB to SD-JWT+KB per preference of Dr. Fett * Update draft-ietf-oauth-selective-disclosure-jwt.md * Update draft-ietf-oauth-selective-disclosure-jwt.md * c2bo a -> an fix Co-authored-by: Christian Bormann <8774236+c2bo@users.noreply.github.com> * @selfissued suggested wording Co-authored-by: Michael B. Jones <michael_b_jones@hotmail.com> * Apply Brian's suggestion instead of mine Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> * "I will wear my new nickname proudly." - Richard in a June 4 email exchange * Clarify recursive disclosure considerations * Remove whitespace to fix compiling * Remove extraneous and erroneous bit * ,->: * ,->: * K's suggestion Co-authored-by: Kristina <52878547+Sakurann@users.noreply.github.com> * encoding is as encoding does * weird that invalid JSON is still invalid when copy-pasted * Fixup the examples (the text will come later) * as kinda noted in 02d2fb0 the text still needs to be adjusted and aligned to what the examples have but this is directionally correct. Co-authored-by: Richard Barnes <rlb@ipv.sx> * Rework the text to reflect a less dystopian example * -10 doc history about clarifying recursive disclosures and their interdependencies * ticks vs quotes and those non-native speakers * Update draft-ietf-oauth-selective-disclosure-jwt.md * part deux of trying to better explain the two examples --------- Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com> Co-authored-by: Brian Campbell <bcampbell@pingidentity.com> Co-authored-by: Kristina <52878547+Sakurann@users.noreply.github.com> Co-authored-by: Daniel Fett <mail@danielfett.de> Co-authored-by: Christian Bormann <8774236+c2bo@users.noreply.github.com> Co-authored-by: Michael B. Jones <michael_b_jones@hotmail.com> Co-authored-by: Daniel Fett <fett@danielfett.de>
- Loading branch information