Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions draft-ietf-oauth-transaction-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,33 +182,33 @@ Txn-Tokens help prevent spurious invocations by ensuring that a workload receivi

~~~ ascii-art

1 ┌──────────────┐ 2 ┌──────────────┐
─────────▶├───────────▶
1 +--------------+ 2 +--------------+
--------->│---------->│
│ External │ │ Txn-Token │
7 │ Endpoint │ 3 │ Service │
◀─────────┤ ◀───────────│ │
└────┬───▲─────┘ └──────────────┘
4 │ 6
┌────▼───┴─────┐
<---------│ │<----------│ │
+--------------+ +--------------+
^
4 v │ 6
+--------------+
│ │
│ Internal │
│ Microservice │
│ │
└────┬───▲─────┘
+--------------+
^
v
o
5 o 6
o
┌────▼───┴─────┐
^
v
+--------------+
│ │
│ Internal │
│ Microservice │
│ │
└──────────────┘
+--------------+
~~~
{: #fig-arch-basic title="Basic Transaction Tokens Architecture"}

Expand All @@ -226,46 +226,46 @@ An intermediate service may decide to obtain a replacement Txn-Token from the Tx

~~~ ascii-art

1 ┌──────────────┐ 2 ┌──────────────┐
─────────▶├───────────▶
1 +--------------+ 2 +--------------+
--------->│---------->│
│ External │ │ │
10 │ Endpoint │ 3 │ │
◀─────────┤ ◀───────────│ │
└────┬───▲─────┘ │ │
│ │
4 │ 9 │ │
┌────▼───┴─────┐ │ │
<---------│ │<----------│ │
+--------------+ │ │
^ │ │
4 v │ 9 │ │
+--------------+ │ │
│ │ │ │
│ Internal │ │ │
│ Microservice │ │ │
│ │ │ │
└────┬───▲─────┘ │ Txn-Token │
│ Service │
│ │ │
+--------------+ │ Txn-Token │
^ │ Service │
v │ │ │
o │ │
5 o 9 │ │
│ o ▲ │ │
│ │ │ │
│ o ^ │ │
│ │ │ │
┌────▼───┴─────┐ 6 │ │
│ ├───────────▶ │
v │ │ │
+--------------+ 6 │ │
│ │---------->│ │
│ Internal │ │ │
│ Microservice │ 7 │ │
◀───────────│ │
└────┬───▲─────┘ │ │
│ │
└──────────────┘
│<----------│ │
+--------------+ │ │
^ │ │
v+--------------+
o
8 o 9
o
┌────▼───┴─────┐
^
v
+--------------+
│ │
│ Internal │
│ Microservice │
│ │
└──────────────┘
+--------------+
~~~
{: #fig-arch-replacement title="Replacement Txn-Token Flow"}

Expand Down