From ff1dc0eb36edc18ce2ea79f99cb07b42dd2b2e68 Mon Sep 17 00:00:00 2001 From: Taeik Lim Date: Wed, 29 Nov 2023 04:35:09 +0900 Subject: [PATCH] Fix typo in jwt authentication guide (#5650) Signed-off-by: Taeik Lim --- _security/authentication-backends/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_security/authentication-backends/jwt.md b/_security/authentication-backends/jwt.md index e02c9f4a..629b6266 100644 --- a/_security/authentication-backends/jwt.md +++ b/_security/authentication-backends/jwt.md @@ -108,7 +108,7 @@ jwt_auth_domain: roles_key: null jwt_clock_skew_tolerance_seconds: 20 authentication_backend: -I type: noop + type: noop ``` The following table lists the configuration parameters.