From a32287ef70378d40a05f9a6ba0e490da696e00d1 Mon Sep 17 00:00:00 2001 From: wenlukang1 Date: Wed, 2 Jul 2025 14:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0oa=E5=8D=95=E7=82=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?bug=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/shkd/sys/sys/eoss/SSOPluginLogin.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/eoss/SSOPluginLogin.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/eoss/SSOPluginLogin.java index e88dbda..749b06d 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/eoss/SSOPluginLogin.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/eoss/SSOPluginLogin.java @@ -62,9 +62,10 @@ public class SSOPluginLogin implements ThirdSSOAuthHandler { //非待办登录到首页 if (!queryUrl.contains("wf_approvalpage")) { //认证中心的登录地址 + String redirect = skIP + "/index.html?"+queryUrl; //重定向的统一认证的地址 获取授权码 ssourl = String.format("%s/sso2/authCenter/authorize?client_id=%s&response_type=code&sessionKeep=true&authType=0&redirect_uri=%s", - ip, client, s); + ip, client, redirect); if (httpServletRequest.getRequestURI().contains("/auth/logout.do")) { String userName = UserServiceHelper.getCurrentUser("name").getString("name"); DistributeSessionlessCache cache = CacheFactory.getCommonCacheFactory().getDistributeSessionlessCache("customRegion");