Hi, I am looking at using CAS (Central Authentication Service - www.jasig.org/cas)
I can see that spring can support in the web layer I am looking for examples of cxf validating a proxy ticket or are there better SSO options that I could be prototyping my basic architecture is: A GWT front end with a SSO login page (hosted by CAS and triggered because of spring security filter) GWT rpc services delegate to soap webservicea these soap web services are to be authenticated with the cas ticket created as part of logging into gwt. both gwt and services layer and cas will all be pointing at same ldap. gwt and services only for authorisation and cas only for authentication.
