Skip to content

Commit

Permalink
[PID/(Q)EAA - SD-JWT parameters ] trust chain (#330)
Browse files Browse the repository at this point in the history
* [PID/(Q)EAA - SD-JWT parameters ] trust chain

This commit aims to resolve the issue #259

* Apply suggestions from code review

Co-authored-by: fmarino-ipzs <[email protected]>

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: Giuseppe De Marco <[email protected]>
Co-authored-by: fmarino-ipzs <[email protected]>
  • Loading branch information
3 people authored Jun 26, 2024
1 parent c9ff7b4 commit 120d609
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/en/trust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,15 @@ The Wallet Instance that verifies the request issued by the Relying Party MUST u

Furthermore, the Wallet Instance applies the metadata policy, if any.

Trust Chain Fast Renewal
------------------------

The Trust Chain fast renewal method offers a streamlined way to maintain the validity of a trust chain without undergoing the full discovery
process again. It's particularly useful for quickly updating trust relationships when minor changes occur or when the
Trust Chain is close to expiration but the overall structure of the federation hasn't changed significantly.

The Trust Chain fast renewal process is initiated by fetching the leaf's Entity Configuration anew. However, unlike the federation discovery process that may involve fetching Entity Configurations starting from the authority hints, the fast renewal focuses on directly obtaining the Subordinate Statements. These statements are requested using the `source_endpoint` provided within them, which points to the location where the statements can be fetched.


Non-repudiability of the Long Lived Attestations
--------------------------------------------------
Expand Down

0 comments on commit 120d609

Please sign in to comment.