From 32d9a57bab308694c5f8eb7c52b031e5262ffa24 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 7 Mar 2024 09:44:15 -0700 Subject: [PATCH 1/2] Fix table --- docs/source/configuration/authn-jwt.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/configuration/authn-jwt.mdx b/docs/source/configuration/authn-jwt.mdx index ea7577d9de..a2d43144d2 100644 --- a/docs/source/configuration/authn-jwt.mdx +++ b/docs/source/configuration/authn-jwt.mdx @@ -144,6 +144,9 @@ The default value is `Bearer`. + + + ##### `sources` From f4fc7057be3dd9fc751a2cb0fa1feab0e935c081 Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 7 Mar 2024 12:28:59 -0700 Subject: [PATCH 2/2] Refix table --- docs/source/configuration/authn-jwt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/configuration/authn-jwt.mdx b/docs/source/configuration/authn-jwt.mdx index 0604b75a10..a2d43144d2 100644 --- a/docs/source/configuration/authn-jwt.mdx +++ b/docs/source/configuration/authn-jwt.mdx @@ -149,7 +149,7 @@ The default value is `Bearer`. ##### `sources` - + This is an array of possible token sources, as it could be provided in different headers depending on the client, or it could be stored in a cookie. If the default token source defined by the above `header_name` and `header_value_prefix` does not find the token, then each of the alternative sources is tried until one matches.