Hello list,
I am trying to configure CAS to act as a WS-Federation proxy per the instructions found here : https://github.com/Unicon/cas-adfs-integration/wiki/wsfederation-cas-config and the original author's blog here : http://sites.ewu.edu/jgasper/setting-up-adfs-to-communicate-with-the-ws-federation-cas-module/ I followed the instructions in the first link verbatim, and this is a complete delegation .. namely, the only things in my pom.xml are : cas-server-webapp cas-server-core cas-server-support-wsfederation xml-apis (this one to resolve a dependency that maven doesn't catch) The files that were required to be modified in the instructions were taken from the cas source tarball, modified per the Unicorn Github doc, and placed in the tree a'la Maven overlay. The WAR builds without complaint. I've worked through several errors with the help of Google and list archives, but I'm stuck with this one as it appears the WS-Federation stuff is a one-off case .. when the WAR deploys in Tomcat I get : Sep 4, 2014 11:03:44 AM org.apache.catalina.core.ApplicationContext log SEVERE: SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'centralAuthenticationService' defined in ServletContext resource [/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve reference to bean 'authenticationManager' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot resolve reference to bean 'proxyAuthenticationHandler' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proxyAuthenticationHandler' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot resolve reference to bean 'supportsTrustStoreSslSocketFactoryHttpClient' while setting bean property 'httpClient'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'supportsTrustStoreSslSocketFactoryHttpClient' is defined Any thoughts appreciated .. Regards, Michael Holstein ?Cleveland State University -- 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
