@@ -409,42 +409,49 @@ In the process represented in the sequence diagram below, the Wallet Instance us
409
409
410
410
~~~ ascii-art
411
411
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
+ +------+ +------------+ +------------+ +-----------------+
448
455
~~~
449
456
** Figure 4** : Federation Credential Issuer listing, the Wallet Instance browse the entire federation collecting all the Credential Issuers.
450
457
0 commit comments