Commit 5e67dc08 authored by 喻春霖's avatar 喻春霖

fixed

parent dbf8ceb3
......@@ -527,6 +527,7 @@ public class AuthController {
String signOrigin = oauthConfigItem.getClientId() + "$$" + oauthConfigItem.getClientSecret();
String md5Hex = EncodeUtil.md5(signOrigin);
if (oauthType.equals("qpjy")){
service = "https://idp.qpedu.cn/logout/logout.html?redirect_url=" + URLEncoder.encode(service);
service = "https://sp.etextbook.cn/Shibboleth.sso/Logout?return=" + URLEncoder.encode(service);
return service;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment