Hi all, I still have issues with CAS, since there is no example to cover my exact configuration. I have managed to have Single Sign On across multiple applications, and did so by using SSL. I was using part of the example for Spring Security, bypassing voting. I think there should have been some full examples to be used as a frame for starting a new project, or even as guidance for an existing one (which is my scenario). Anyway, I want to know how to have logout across all my applications, cause at the moment logout only works for the current application. I read all posts here, and also activated debug mode in cas-server, and here is what I think, correct me if I'm wrong: - to have logout on all applications, I need to call https://<my machine>/cas/logout - I need to pass the service parameter, for which CAS will try to send a SAML message to tell the application to logout - the client needs to listen somehow (please post some config anyone) Also the lack of documentation or even too few documentation is misleading, and I still don't know what casProcessingFilter does, cause the client works without it, I only have casAuthenticationFilter.
So in conclusion, I want to see a full config of a client with Spring Security, having CAS and logout from all CAS clients, and then I think a lot of users will stop posting a lot of messages on this board, and speak about logout and lose a lot of time chassing ghosts (cause I did, I even tried writing some filters, to make login work!) Thanks in advance for every answer to my call. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
