Skip to content

Commit 7fb31dc

Browse files
authored
Merge pull request #38 from peppelinux/figure-4-resize
fix: Figure 4 sequence diagram resize to fit the max line length
2 parents b4536b6 + ccb8ed5 commit 7fb31dc

File tree

1 file changed

+43
-36
lines changed

1 file changed

+43
-36
lines changed

openid-federation-wallet-1_0.md

Lines changed: 43 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -409,42 +409,49 @@ In the process represented in the sequence diagram below, the Wallet Instance us
409409

410410
~~~ ascii-art
411411
412-
+------+ +------------+ +------------+ +-----------------+
413-
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
414-
+---+--+ +------+-----+ +------+-----+ +--------+--------+
415-
| Fetch the list of all Intermediates and CIs | | |
416-
|---------------------------------------------------->| | |
417-
| | | |
418-
+-----------+-----------------------------------------------------+--------------+------+ |
419-
| LOOP |for each Intermediate | | | |
420-
|-------+ | | | | |
421-
| | Fetch listing of Subordinates/CIs | | | |
422-
| |------------------------------------------------------------------->| | |
423-
+-----------+-----------------------------------------------------+--------------+------+ |
424-
| | | |
425-
+-----------+-----------------------------------------------------+--------------+----------------+--------+
426-
| LOOP |for each CI | | | |
427-
|-------+ | | | | |
428-
| | Fetch CI's Entity Configuration | | |
429-
| |------------------------------------------------------------------------------------>| |
430-
| | | | | |
431-
| | Fetch Subordinate Statement(s) for CI | | | |
432-
| |------------------------------------------------------------------->| | |
433-
| | | | | |
434-
| | Fetch Subordinate Statement for Intermediate(s) | | | |
435-
| |---------------------------------------------------->| | | |
436-
| |----+ | | | |
437-
| | | Validate Trust Chain for CI | | | |
438-
| |<---+ | | | |
439-
| | | | | |
440-
| |----+ | | | |
441-
| | | Include CI in Discovery Page | | | |
442-
| | | with validated information and logo | | | |
443-
| |<---+ | | | |
444-
+-----------+-----------------------------------------------------+--------------+----------------+--------+
445-
+---+--+ +------+-----+ +------+-----+ +--------+--------+
446-
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
447-
+------+ +------------+ +------------+ +-----------------+
412+
+------+ +------------+ +------------+ +-----------------+
413+
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
414+
+---+--+ +------+-----+ +------+-----+ +--------+--------+
415+
| Fetch the list of all | | |
416+
| Intermediates and CIs | | |
417+
|--------------------------------->| | |
418+
| | | |
419+
+-----------+----------------------------------+--------------+------+ |
420+
| LOOP |for each Intermediate | | | |
421+
|-------+ | | | | |
422+
| | Fetch listing of | | | |
423+
| | Subordinates/CIs | | | |
424+
| |------------------------------------------------>| | |
425+
+-----------+----------------------------------+--------------+------+ |
426+
| | | |
427+
+-----------+----------------------------------+--------------+----------------+--------+
428+
| LOOP |for each CI | | | |
429+
|-------+ | | | | |
430+
| | Fetch CI's Entity Configuration | | | |
431+
| |----------------------------------------------------------------->| |
432+
| | | | | |
433+
| | Fetch Subordinate Statement(s) | | | |
434+
| | for CI | | | |
435+
| |------------------------------------------------>| | |
436+
| | | | | |
437+
| | Fetch Subordinate Statement | | | |
438+
| | for Intermediate(s) | | | |
439+
| |--------------------------------->| | | |
440+
| |----+ | | | |
441+
| | | Validate Trust Chain | | | |
442+
| | | for CI | | | |
443+
| |<---+ | | | |
444+
| | | | | |
445+
| |----+ | | | |
446+
| | | Include CI in | | | |
447+
| | | Discovery Page | | | |
448+
| | | with validated | | | |
449+
| | | information and logo | | | |
450+
| |<---+ | | | |
451+
+-----------+----------------------------------+--------------+----------------+--------+
452+
+---+--+ +------+-----+ +------+-----+ +--------+--------+
453+
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
454+
+------+ +------------+ +------------+ +-----------------+
448455
~~~
449456
**Figure 4**: Federation Credential Issuer listing, the Wallet Instance browse the entire federation collecting all the Credential Issuers.
450457

0 commit comments

Comments
 (0)