修复 sso nosdk demo 不正确之处..

This commit is contained in:
click33 2024-05-02 07:42:54 +08:00
parent 27618484dc
commit 7ee27add84

View File

@ -78,7 +78,6 @@ public class SsoRequestUtil {
}
// 单点注销回调时构建签名
public static String getSignByLogoutCall(Object loginId, String autoLogout, String timestamp, String nonce) {
System.out.println("autoLogout=" + autoLogout + "loginId=" + loginId + "&nonce=" + nonce + "&timestamp=" + timestamp + "&key=" + secretKey);
return md5("autoLogout=" + autoLogout + "&loginId=" + loginId + "&nonce=" + nonce + "&timestamp=" + timestamp + "&key=" + secretKey);
}
// 校验ticket 时构建签名