Skip to content

Commit

Permalink
fix: figures tags
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Sep 20, 2024
1 parent 8b16180 commit 69d0faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openid-federation-wallet-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,15 +502,15 @@ In the example represented in the sequence diagram below, the Wallet Instance us
+---┴--+ +------┴-----+ +------┴-----+ +--------┴--------+
|Wallet| |Trust Anchor| |Intermediate| |Credential Issuer|
+------+ +------------+ +------------+ +-----------------+
~~~~
~~~
**Figure 4**: Federation Credential Issuer listing, the Wallet Instance browse the entire federation collecting all the Credential Issuers.


The diagram above shows how a Wallet navigates the federation, collecting and validating the Trust Chain for each Credential Issuer (CI), and creating a discovery page including each Credential Issuer using the information, such as the credential types and logo obtained through their Trust Chain.

The diagram below illustrates how a Wallet establishes trust with a Credential Issuer by verifying its link (even if indirect) to a Trust Anchor and validating which Credentials it is authorized to issue. This may happen in a credential offer flow, for instance, where the Wallet is used by an End-User starting from the Credential Issuer website and without any discovery phases started before within the Wallet.

~~~~ ascii-art
~~~ ascii-art
+------+ +-----------------+ +-------------------------+
|Wallet| |Credential Issuer| |Intermediate/Trust Anchor|
+---+--+ +--------+--------+ +------------+------------+
Expand Down Expand Up @@ -572,7 +572,7 @@ The diagram below illustrates how a Wallet establishes trust with a Credential I
+---+--+ +--------+--------+ +------------+------------+
|Wallet| |Credential Issuer| |Intermediate/Trust Anchor|
+------+ +-----------------+ +-------------------------+
~~~~
~~~
**Figure 5**: Federation Entity Discovery, the Wallet Instance evaluates the trust with a Credential Issuer.


Expand Down

0 comments on commit 69d0faa

Please sign in to comment.