Skip to content

Commit 01a562f

Browse files
authored
fix discrepancy between alphabetic numbering of the diagram and text in the resource acting as client example (#91)
1 parent 781eeea commit 01a562f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

draft-ietf-oauth-identity-chaining.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -319,23 +319,23 @@ The flow would look like this:
319319
| | --------------------------------->|
320320
| | <- - - - - - - - - - - - - - - - -|
321321
| | | |
322-
| (C) exchange token | | |
322+
| (B) exchange token | | |
323323
| [RFC 8693] | | |
324324
|<--------------------| | |
325325
| | | |
326-
| (D) <authorization | | |
326+
| (C) <authorization | | |
327327
| grant> | | |
328328
| - - - - - - - - - ->| | |
329329
| | | |
330-
| | (E) present | |
330+
| | (D) present | |
331331
| | authorization | |
332332
| | grant [RFC 7523] | |
333333
| | ------------------->| |
334334
| | | |
335-
| | (F) <access token> | |
335+
| | (E) <access token> | |
336336
| | <- - - - - - - - - -| |
337337
| | | |
338-
| | (G) access |
338+
| | (F) access |
339339
| | --------------------------------->|
340340
| | | |
341341
| | | |
@@ -428,12 +428,16 @@ The flow contains the following steps:
428428
(G) The resource server in Domain A uses the received access token to access the protected resource in Domain B.
429429

430430
# Acknowledgements {#Acknowledgements}
431-
The editors would like to thank Joe Jubinski, Justin Richer, Aaron Parecki and others (please let us know, if you've been mistakenly omitted) for their valuable input, feedback and general support of this work.
431+
The editors would like to thank Joe Jubinski, Justin Richer, Aaron Parecki, Dean H. Saxe, and others (please let us know, if you've been mistakenly omitted) for their valuable input, feedback and general support of this work.
432432

433433
# Document History
434434

435435
\[\[ To be removed from the final specification ]]
436436

437+
-03
438+
439+
* Corrected discrepancy between alphabetic numbering of the diagram and text in the resource acting as client example
440+
437441
-02
438442

439443
* remove recommendation to not use RFC8693's requested_token_type

0 commit comments

Comments
 (0)