From 672203c26b5de129190a358265d6309eaff178b2 Mon Sep 17 00:00:00 2001 From: Remi Tricot-Le Breton Date: Thu, 10 Aug 2023 16:11:27 +0200 Subject: [PATCH] DOC: jwt: Add explicit list of supported algorithms Add explicit list of algorithms supported by the jwt_verify converter. --- doc/configuration.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index bb47a3f98..b7f6f6537 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -18306,7 +18306,8 @@ jwt_verify(,) For now, only JWS tokens using the Compact Serialization format can be processed (three dot-separated base64-url encoded strings). All the - algorithms mentioned in section 3.1 of RFC7518 are managed. + algorithms mentioned in section 3.1 of RFC7518 are managed (HS, ES, RS and PS + with the 256, 384 or 512 key sizes, as well as the special "none" case). If the used algorithm is of the HMAC family, should be the secret used in the HMAC signature calculation. Otherwise, should be the path to the