From 130f793f6c7ee8d0c140ecbcdae936f9873bbf55 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Mon, 13 May 2024 10:18:38 +0200 Subject: [PATCH] fix: presentation vp_token kid doesn't make sense This PR resolves https://github.com/italia/eudi-wallet-it-docs/issues/243 --- docs/en/remote-flow.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/en/remote-flow.rst b/docs/en/remote-flow.rst index 0ebc6d78f..f700a03e9 100644 --- a/docs/en/remote-flow.rst +++ b/docs/en/remote-flow.rst @@ -240,7 +240,6 @@ The Relying Party issues the signed Request Object, where a non-normative exampl { "alg": "ES256", "typ": "JWT", - "kid": "e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47", "trust_chain": [ "MIICajCCAdOgAwIBAgIC...awz", "MIICajCCAdOgAwIBAgIC...2w3", @@ -494,8 +493,7 @@ Below is a non-normative example of the ``vp_token`` decoded content, represente { "alg": "ES256", - "typ": "JWT", - "kid": "e0bbf2f1-8c3a-4eab-a8ac-2e8f34db8a47" + "typ": "JWT" } . {