Skip to content

Commit 892a5c9

Browse files
authored
Merge pull request #282 from oauth-wg/obfuscoder-patch-1
Fix call numbers in diagrams
2 parents 06c39d4 + 1a9e942 commit 892a5c9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

draft-ietf-oauth-transaction-tokens.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ Txn-Tokens prevent unauthorized or unintended invocations by allowing a workload
184184
1 +--------------+ 2 +--------------+
185185
--------->│ │---------->│ │
186186
│ External │ │ Txn-Token │
187-
7 │ Endpoint │ 3 │ Service │
187+
8 │ Endpoint │ 3 │ Service │
188188
<---------│ │<----------│ │
189189
+--------------+ +--------------+
190190
│ ^
191-
4 v │ 6
191+
4 v │ 7
192192
+--------------+
193193
│ │
194194
│ Internal │
@@ -216,8 +216,9 @@ Txn-Tokens prevent unauthorized or unintended invocations by allowing a workload
216216
3. Txn-Token Service mints a Txn-Token that provides immutable context for the transaction and returns it to the requester
217217
4. The external endpoint initiates a call to an internal workloads and provides the Txn-Token as authorization
218218
5. Subsequent calls to other internal workloads use the same Txn-Token to authorize calls
219-
6. Responses are provided to callers based on successful authorization by the invoked workloads
220-
7. External client is provided a response to the external invocation
219+
6. Responses are provided to calling workloads based on successful authorization by the invoked workloads
220+
7. Response provided to external endpoint based on successful authorization by the invoked workload
221+
8. External client is provided a response to the external invocation
221222

222223
### Internally Initiated Txn-Token Flow
223224

@@ -232,7 +233,7 @@ An internal workload may need to initiate a transaction not on the basis of a cu
232233
┤ ◀───────────│ │
233234
└────┬───▲─────┘ └──────────────┘
234235
│ │
235-
4 │ │ 6
236+
4 │ │ 7
236237
┌────▼───┴─────┐
237238
│ │
238239
│ Internal │

0 commit comments

Comments
 (0)