From 72b8267f4d345923754ebffc31a3eb34bb113de4 Mon Sep 17 00:00:00 2001 From: AntonEliatra Date: Mon, 17 Jun 2024 15:19:23 +0100 Subject: [PATCH] adding explanation to jwks validation #7367 #20240522 Signed-off-by: AntonEliatra --- _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 afcd4c78ee..52ef155e9b 100644 --- a/_security/authentication-backends/jwt.md +++ b/_security/authentication-backends/jwt.md @@ -235,7 +235,7 @@ openid_auth_domain: transport_enabled: true order: 0 http_authenticator: - type: openid + type: openid # use the OpenID Connect domain, as JWT is part of this authentication. challenge: false config: subject_key: preferred_username