Apologies if this is a stupid question. We set up CAS with out uPortal a couple of years ago and then moved away from CAS. We're now looknig at CAS again and are trying to get it set up, but a few things seem to have changed. First of all - should a valid proxy ticket start with PT? I've run through the proxy validation tests in the wiki and also tried to do validation from within uPortal and I only ever get a ticket starting with ST... I'm guessing that's wrong and that we have things set up wrong somewhere... The relevant bits of my web.xml are: <filter>
<filter-name>CAS Validate Filter</filter-name> <filter-class>edu.yale.its.tp.cas.client.filter.CASValidateFilter</filte r-class> <init-param> <param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name> <param-value>https://paulh.uwe.ac.uk/cas/proxyValidate</param-value> </init-param> <init-param> <param-name>edu.yale.its.tp.cas.client.filter.serverName</param-name> <param-value>paulh.uwe.ac.uk</param-value> </init-param> <init-param> <param-name>edu.yale.its.tp.cas.client.filter.proxyCallbackUrl</param-na me> <param-value>https://paulh.uwe.ac.uk/uPortal/CasProxyServlet</param-valu e> </init-param> <init-param> <param-name>edu.yale.its.tp.cas.client.filter.authorizedProxy</param-nam e> <param-value>https://paulh.uwe.ac.uk/uPortal/CasProxyServlet</param-valu e> </init-param> </filter> <filter> <filter-name>CAS Receipt Cacher</filter-name> <filter-class>edu.yale.its.tp.cas.client.filter.StaticCasReceiptCacherFi lter</filter-class> </filter> <filter-mapping> <filter-name>CAS Validate Filter</filter-name> <url-pattern>/Login</url-pattern> </filter-mapping> <filter-mapping> <filter-name>CAS Receipt Cacher</filter-name> <url-pattern>/Login</url-pattern> </filter-mapping> ... <servlet> <servlet-name>ProxyTicketReceptor</servlet-name> <servlet-class>edu.yale.its.tp.cas.proxy.ProxyTicketReceptor</servlet-cl ass> <init-param> <param-name>edu.yale.its.tp.cas.proxyUrl</param-name> <param-value>https://paulh.uwe.ac.uk/cas/proxy</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>ProxyTicketReceptor</servlet-name> <url-pattern>/CasProxyServlet</url-pattern> </servlet-mapping> Can anyone see where I'm going wrong? Cheers Paul Hunnisett UWE This email was independently scanned for viruses by McAfee anti-virus software and none were found _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
