Hi,

I am trying to run a web server on one machine which redirects to a CAS
server running on another machine.  When I try to
change the client.filter.serverName to redirect back to the web server I get
a 'Unable to validate ProxyTicketValidator' message.  Does this have
something to do with proxyList?

I've pasted an excerpt from client.filter.CASFilter with what I'm trying to
achieve.  Ultimately there will be many web servers pointing to the same
authentication server.

Thanks for your help,

Mike Crawford

<param-name>edu.yale.its.tp.cas.client.filter.loginUrl</param-name>
                  <param-value>https://authenticationserver.com/cas/login
</param-value>
           </init-param>
           <init-param>
                  <param-name>edu.yale.its.tp.cas.client.filter.validateUrl
</param-name>
                  <param-value>
https://authenticationserver.com/cas/serviceValidate</param-value>
           </init-param>
           <init-param>
                  <param-name>edu.yale.its.tp.cas.client.filter.serverName
</param-name>
                  <param-value>webserver1.com:8080</param-value>
           </init-param>
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to