Skip to content

Commit 3ef7f8e

Browse files
authored
fix text that was out of sync with the associated example (#580)
1 parent 6bae678 commit 3ef7f8e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

draft-ietf-oauth-selective-disclosure-jwt.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,9 @@ of the `nationalities` array selectively disclosable:
530530

531531
As described in (#verifier_verification), Verifiers ignore all selectively
532532
disclosable array elements for which they did not receive a Disclosure. In the
533-
example above, the verification process would output an array with only one
534-
element unless a matching Disclosure for the second element is received.
533+
example above, the verification process would output an array with only two
534+
elements, `["DE", "US"]`, unless the matching Disclosure for the second element is received,
535+
in which case the output would be a three element array, `["DE", "FR", "US"]`.
535536

536537
### Decoy Digests {#decoy_digests}
537538

@@ -1396,8 +1397,10 @@ Chad Parry,
13961397
Christian Bormann,
13971398
Christian Paquin,
13981399
Dale Bowie,
1400+
Dan Moore,
13991401
David Bakker,
14001402
David Waite,
1403+
Deb Cooley,
14011404
Dick Hardt,
14021405
Fabian Hauck,
14031406
Filip Skokan,
@@ -1422,6 +1425,7 @@ Peter Altmann,
14221425
Pieter Kasselman,
14231426
Richard Barnes,
14241427
Rohan Mahy,
1428+
Roman Danyliw,
14251429
Ryosuke Abe,
14261430
Sami Rosendahl,
14271431
Shawn Emery,
@@ -1986,6 +1990,10 @@ data. The original JSON data is then used by the application. See
19861990

19871991
[[ To be removed from the final specification ]]
19881992

1993+
-22
1994+
1995+
* fix text that was out of sync with the associated example
1996+
19891997
-21
19901998

19911999
* A few more minor IESG balloting updates

0 commit comments

Comments
 (0)