From 7ab40912222b401410f68e80e843364259a8d930 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Wed, 12 May 2021 18:22:48 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E6=95=B4=E7=90=86=E9=83=A8=E7=BD=B2?= =?utf8?q?=E6=97=B6=E7=9A=84=E6=B3=A8=E9=94=80=E5=9C=B0=E5=9D=80=E9=85=8D?= =?utf8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql b/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql index 623a12c..1b8a9d5 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql +++ b/deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql @@ -8,7 +8,7 @@ use cas_server; update TB_SERVICE set INFORMATION_URL='http://personal-security-center.paas.example.com', - LOGOUT_URL='http://personal-security-center.paas.example.com/cas/slo', + LOGOUT_URL='http://personal-security-center.paas.example.com/cas/slo?redirect_uri=https://security-center.paas.example.com/?clearCertification=clearCertification', SERVICE_ID='http://personal-security-center.paas.example.com/cas/(.*)' where ID='2'; -- todo, modify @@ -22,7 +22,7 @@ INSERT INTO `TB_SERVICE` (`ID`, `COMPANY_ID`, `DELETED`, `ADD_ACCOUNT`, `ADD_TIM `ENABLED`, `SSO_ENABLED`, `REQUIRE_ALL_ATTRIBUTES`, `APPLICATION_ID`, `EXTERNAL_ID`) VALUES ('22', '1', 0, 'admin', '2020-07-01 00:00:00', - '安全中心', '安全中心', 'https://security-center.paas.example.com', 'https://security-center.paas.example.com/logout', + '安全中心', '安全中心', 'https://security-center.paas.example.com', 'https://security-center.paas.example.com/?clearCertification=clearCertification', 'REDIRECT', 'FRONT_CHANNEL', 22, '安全中心', 22, 'https://security-center.paas.example.com/(.*)', 1, 1, 1, @@ -34,7 +34,7 @@ commit; update TB_SERVICE set INFORMATION_URL='http://security-center.paas.example.com', - LOGOUT_URL='http://security-center.paas.example.com/logout', + LOGOUT_URL='http://security-center.paas.example.com/?clearCertification=clearCertification', SERVICE_ID='http://security-center.paas.example.com/(.*)', ID_TOKEN_ENABLED=1, JWT_AS_SERVICE_TICKET=1, -- 2.17.1