优化SSO登录

This commit is contained in:
yubaolee
2016-12-27 11:25:51 +08:00
parent a3bdcf83ec
commit ccf1269eca
19 changed files with 108 additions and 240 deletions

View File

@@ -150,7 +150,7 @@ namespace OpenAuth.App.SSO
var token = GetToken();
if (String.IsNullOrEmpty(token)) return true;
var requestUri = String.Format("/SSO/Login/Logout?token={0}&requestid={1}", token, "");
var requestUri = String.Format("/SSO/Check/Logout?token={0}&requestid={1}", token, "");
try
{