mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-05-04 12:47:55 +08:00
修复 sso nosdk demo 不正确之处..
This commit is contained in:
parent
27618484dc
commit
7ee27add84
@ -78,7 +78,6 @@ public class SsoRequestUtil {
|
|||||||
}
|
}
|
||||||
// 单点注销回调时构建签名
|
// 单点注销回调时构建签名
|
||||||
public static String getSignByLogoutCall(Object loginId, String autoLogout, String timestamp, String nonce) {
|
public static String getSignByLogoutCall(Object loginId, String autoLogout, String timestamp, String nonce) {
|
||||||
System.out.println("autoLogout=" + autoLogout + "loginId=" + loginId + "&nonce=" + nonce + "×tamp=" + timestamp + "&key=" + secretKey);
|
|
||||||
return md5("autoLogout=" + autoLogout + "&loginId=" + loginId + "&nonce=" + nonce + "×tamp=" + timestamp + "&key=" + secretKey);
|
return md5("autoLogout=" + autoLogout + "&loginId=" + loginId + "&nonce=" + nonce + "×tamp=" + timestamp + "&key=" + secretKey);
|
||||||
}
|
}
|
||||||
// 校验ticket 时构建签名
|
// 校验ticket 时构建签名
|
||||||
|
Loading…
Reference in New Issue
Block a user