Hi, I've searched through here, but haven't found an answer that works for me in any threads.
I have a CAS 3.5.2 test instance up with ClearPass configured. I'm trying to setup the CASOWA application to integrate with Exchange 2010. My issue is with proxy chains. Everything works if I set CAS to accept anything for proxy chains, but when I try to define a bean for a specific chain I get this in my cas.log: 2014-02-25 09:33:21,126 WARN [org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter] - <org.jasig.cas.client.validation.InvalidProxyChainTicketValidationException: Invalid proxy chain: [https://mail2.cord.edu/coa?proxyResponse=true]> I've tried my clearPassProxyChain bean in both deployerConfigContext.xml and clearpass-configuration.xml. The bean looks like this: <bean id="clearPassProxyList" class="org.jasig.cas.client.validation.ProxyList"> <constructor-arg> <list> <value>https://mail2.cord.edu/coa</value> </list> </constructor-arg> </bean> I believe I have all my certs in place. Anything I should look at? Thanks for any help :) -- 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
