From a6b7e06f3ce161cd9219787c52508971cdac092f Mon Sep 17 00:00:00 2001 From: Ethan-Zhang Date: Fri, 24 Oct 2025 15:03:17 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20authelia=E6=8C=89secret=5Fpost=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/euler_copilot/configs/framework/config-authelia.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/chart/euler_copilot/configs/framework/config-authelia.toml b/deploy/chart/euler_copilot/configs/framework/config-authelia.toml index 15eabed1..a484ca4e 100644 --- a/deploy/chart/euler_copilot/configs/framework/config-authelia.toml +++ b/deploy/chart/euler_copilot/configs/framework/config-authelia.toml @@ -40,7 +40,7 @@ response_mode = 'form_post' # OIDC 高级配置 enable_pkce = true pkce_challenge_method = 'S256' -token_endpoint_auth_method = 'client_secret_basic' +token_endpoint_auth_method = 'client_secret_post' # 会话和令牌配置 access_token_lifespan = '3600' # 1小时 -- Gitee