From 98f5f3f530a109ff6235f7787f5a91ff486a144a Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Wed, 29 May 2024 12:45:34 +0200 Subject: [PATCH] fix: aud in WIA thanks to collegues of trentino digitale, this PR fixes the Wallet Instance table regarding the claim `aud` that must not be included within the WIA --- docs/en/wallet-attestation.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/en/wallet-attestation.rst b/docs/en/wallet-attestation.rst index 9ea8feff6..4d333b3bf 100644 --- a/docs/en/wallet-attestation.rst +++ b/docs/en/wallet-attestation.rst @@ -457,9 +457,6 @@ The body of the Wallet Attestation JWT MUST contain: * - **iss** - Identifier of the Wallet Provider - :rfc:`9126` and :rfc:`7519`. - * - **aud** - - Identifier of the Wallet Provider concatenated with thumbprint of the Wallet Instance. - - :rfc:`9126` and :rfc:`7519`. * - **exp** - UNIX Timestamp with the expiry time of the JWT. - :rfc:`9126` and :rfc:`7519`.