I debug the logout process and when the
AbstractWebApplicationService.logOutOfServices(sessionIdentifier) call
has made, the httpclient = null, so never send the SamL response to
registered services for logout.
I think that CentralAuthenticationServiceImpl most have a property
private HttpClient client; to set the HttpClient bean and pass to all
SimpleWebApplicationServiceImpl created before save to
serviceTicketRegistry the created SimpleWebApplicationServiceImpl
Correct me if I wrong but I think that is the main problem in Single
Sign Out, because I try to do it manually sending ticketgrantingticketid
in logoutController and it works ok
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to