提交 dca718a4 编写于 作者: M MaxKey

set cas ticket as OnlineTicketId

上级 d2e9f3fa
......@@ -150,7 +150,7 @@ public class CasAuthorizeEndpoint extends CasBaseAuthorizeEndpoint{
}
if(casDetails.getLogoutType()==LogoutType.BACK_CHANNEL) {
String sessionId = AuthorizationUtils.getPrincipal().getSession().getFormattedId();
String sessionId = AuthorizationUtils.getPrincipal().getSession().getId();
Session session = sessionManager.get(sessionId);
//set cas ticket as OnlineTicketId
casDetails.setOnlineTicket(ticket);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册