From 08b693c16d8bc58f7ae3b8792ea5c6448163732c Mon Sep 17 00:00:00 2001 From: owan Date: Mon, 11 Nov 2024 14:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96code=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/shkd/sys/sys/eoss/SSOPluginLogin.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 2b3e737..a2011ca 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 @@ -1,4 +1,4 @@ -package chuantou; +package shkd.sys.sys.eoss; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; @@ -12,7 +12,6 @@ import shkd.sys.sys.eoss.AuthService; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; - import static kd.bos.login.thirdauth.UserProperType.UserName; /** @@ -24,6 +23,8 @@ public class SSOPluginLogin implements ThirdSSOAuthHandler { private final String CLIENT_ID = System.getProperty("clientKey-scict"); private final String CLIENT_SECRET = System.getProperty("clientSecret-scict"); private final String EOSS_IP = System.getProperty("ip-port"); + + /** * 方法实现用户没有登录的时候跳转认证中心的登录地址 * @param httpServletRequest