From 120d6094d077040693aab9ab57b15c209250f833 Mon Sep 17 00:00:00 2001 From: SaraConsoliACN <167582839+SaraConsoliACN@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:21:57 +0200 Subject: [PATCH] [PID/(Q)EAA - SD-JWT parameters ] trust chain (#330) * [PID/(Q)EAA - SD-JWT parameters ] trust chain This commit aims to resolve the issue https://github.com/italia/eudi-wallet-it-docs/issues/259 * Apply suggestions from code review Co-authored-by: fmarino-ipzs <77629526+fmarino-ipzs@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Giuseppe De Marco Co-authored-by: fmarino-ipzs <77629526+fmarino-ipzs@users.noreply.github.com> --- docs/en/trust.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/en/trust.rst b/docs/en/trust.rst index 08e8cfe3d..793b9ae82 100644 --- a/docs/en/trust.rst +++ b/docs/en/trust.rst @@ -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 --------------------------------------------------