Hi,
  I am working on CasOwa with CAS 3.5.1 on a test instance. I followed these 
instructions for clearpass https://wiki.jasig.org/display/CASUM/ClearPass.  I 
have everything working as long as I have clearpass set to accept any proxy. As 
soon as I specify clearPassProxyList it starts throwing Invalid Proxy Chain 
errors. This is what I have setup

   <bean id="casValidationFilter" 
class="org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter">
    <property name="serverName" value="${server.name}"/>
    <property name="exceptionOnValidationFailure" value="false"/>
    <property name="useSession" value="true"/>
    <property name="ticketValidator">
      <bean class="org.jasig.cas.client.validation.Cas20ProxyTicketValidator">
        <constructor-arg index="0" value="${server.prefix}" />
        <property name="allowedProxyChains" ref="clearPassProxyList" />
      </bean>
    </property>
  </bean>

<bean id="clearPassProxyList" class="org.jasig.cas.client.validation.ProxyList">
     <constructor-arg>
             <list>
                         <value>https://mytestserver.domain.edu/casowa</value>
             </list>
     </constructor-arg>
  </bean>


Any suggestions what I am missing?

Thanks,
-Abhijit.

-- 
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

Reply via email to