From ba64121c9f9922715d782ba59b9bc78055b4aaa6 Mon Sep 17 00:00:00 2001 From: cmarco0 <146938645+cmarco0@users.noreply.github.com> Date: Mon, 27 May 2024 11:06:37 +0200 Subject: [PATCH] editorial update added RCF reference added RCF reference from standards.rst --- docs/en/wallet-solution.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/wallet-solution.rst b/docs/en/wallet-solution.rst index be339541f..6bcade214 100644 --- a/docs/en/wallet-solution.rst +++ b/docs/en/wallet-solution.rst @@ -94,7 +94,7 @@ Header * - alg - Algorithm used to verify the token signature. It MUST be one of the possibile values indicated in this `table `_ (e.g., ES256). * - kid - - Thumbprint of the public key used for signing. + - Thumbprint of the public key used for signing, according to :ref:`rfc7638`. * - typ - Media type, set to ``entity-statement+jwt``.