From 72b8267f4d345923754ebffc31a3eb34bb113de4 Mon Sep 17 00:00:00 2001 From: AntonEliatra Date: Mon, 17 Jun 2024 15:19:23 +0100 Subject: [PATCH 1/2] 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 From 8708eb49fa96206051b2a71bd79ef8b6370ffa93 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:09:39 -0500 Subject: [PATCH 2/2] Apply suggestions from code review Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- _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 52ef155e9b..b6b08388b5 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 # use the OpenID Connect domain, as JWT is part of this authentication. + type: openid # use the OpenID Connect domain, since JWT is part of this authentication. challenge: false config: subject_key: preferred_username