Skip to content

Commit

Permalink
Merge pull request #38 from peppelinux/figure-4-resize
Browse files Browse the repository at this point in the history
fix: Figure 4 sequence diagram resize to fit the max line length
  • Loading branch information
peppelinux authored Oct 4, 2024
2 parents b4536b6 + ccb8ed5 commit 7fb31dc
Showing 1 changed file with 43 additions and 36 deletions.
79 changes: 43 additions & 36 deletions openid-federation-wallet-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,42 +409,49 @@ In the process represented in the sequence diagram below, the Wallet Instance us

~~~ ascii-art
+------+ +------------+ +------------+ +-----------------+
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
+---+--+ +------+-----+ +------+-----+ +--------+--------+
| Fetch the list of all Intermediates and CIs | | |
|---------------------------------------------------->| | |
| | | |
+-----------+-----------------------------------------------------+--------------+------+ |
| LOOP |for each Intermediate | | | |
|-------+ | | | | |
| | Fetch listing of Subordinates/CIs | | | |
| |------------------------------------------------------------------->| | |
+-----------+-----------------------------------------------------+--------------+------+ |
| | | |
+-----------+-----------------------------------------------------+--------------+----------------+--------+
| LOOP |for each CI | | | |
|-------+ | | | | |
| | Fetch CI's Entity Configuration | | |
| |------------------------------------------------------------------------------------>| |
| | | | | |
| | Fetch Subordinate Statement(s) for CI | | | |
| |------------------------------------------------------------------->| | |
| | | | | |
| | Fetch Subordinate Statement for Intermediate(s) | | | |
| |---------------------------------------------------->| | | |
| |----+ | | | |
| | | Validate Trust Chain for CI | | | |
| |<---+ | | | |
| | | | | |
| |----+ | | | |
| | | Include CI in Discovery Page | | | |
| | | with validated information and logo | | | |
| |<---+ | | | |
+-----------+-----------------------------------------------------+--------------+----------------+--------+
+---+--+ +------+-----+ +------+-----+ +--------+--------+
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
+------+ +------------+ +------------+ +-----------------+
+------+ +------------+ +------------+ +-----------------+
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
+---+--+ +------+-----+ +------+-----+ +--------+--------+
| Fetch the list of all | | |
| Intermediates and CIs | | |
|--------------------------------->| | |
| | | |
+-----------+----------------------------------+--------------+------+ |
| LOOP |for each Intermediate | | | |
|-------+ | | | | |
| | Fetch listing of | | | |
| | Subordinates/CIs | | | |
| |------------------------------------------------>| | |
+-----------+----------------------------------+--------------+------+ |
| | | |
+-----------+----------------------------------+--------------+----------------+--------+
| LOOP |for each CI | | | |
|-------+ | | | | |
| | Fetch CI's Entity Configuration | | | |
| |----------------------------------------------------------------->| |
| | | | | |
| | Fetch Subordinate Statement(s) | | | |
| | for CI | | | |
| |------------------------------------------------>| | |
| | | | | |
| | Fetch Subordinate Statement | | | |
| | for Intermediate(s) | | | |
| |--------------------------------->| | | |
| |----+ | | | |
| | | Validate Trust Chain | | | |
| | | for CI | | | |
| |<---+ | | | |
| | | | | |
| |----+ | | | |
| | | Include CI in | | | |
| | | Discovery Page | | | |
| | | with validated | | | |
| | | information and logo | | | |
| |<---+ | | | |
+-----------+----------------------------------+--------------+----------------+--------+
+---+--+ +------+-----+ +------+-----+ +--------+--------+
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
+------+ +------------+ +------------+ +-----------------+
~~~
**Figure 4**: Federation Credential Issuer listing, the Wallet Instance browse the entire federation collecting all the Credential Issuers.

Expand Down

0 comments on commit 7fb31dc

Please sign in to comment.