From b3c32d2f17fb36a4df5e5f71682b2e148b84fc7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:59:11 +0000 Subject: [PATCH] Deploy to GitHub pages --- tc-offline.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tc-offline.html b/tc-offline.html index e7cbaf5..f7c816f 100644 --- a/tc-offline.html +++ b/tc-offline.html @@ -2038,14 +2038,14 @@

10. Implementation Considerations for Offline Flows

-

The static Trust Chain parameter within the JWT headers, as defined in [OpenID.Federation] Section 4.3, is used to hint to the entity involved in a transaction to have a common Trust Anchor. This facilitate the trust evaluation without the need for real-time Federation Entity Discovery using the Federation API endpoints.

-

Entity that issues a signed data object, including the trust_chain parameter, might be:

+

The static Trust Chain parameter within the JWT headers, as defined in Section 4.3 of [OpenID.Federation], is used as a hint to the Entity involved in a transaction to have a common Trust Anchor. This facilitates the trust evaluation without the need for real-time Federation Entity Discovery using the Federation API endpoints.

+

The Entity that issues a signed data object, including the trust_chain parameter, might be:

The Entity that receives the data object including the JWT trust_chain, such as the Wallet Instance obtaining a signed request object, verifies the Trust Chain using the Trust Anchor's public keys and applies any metadata policies, without needing to have a working internet connection for reaching the Federation API.