> I have 1 webapplications, App1, and a servlet, Sev1. App1 has Cas-java > client 3.1.10 configured in web.xml setup. Sev1 is not configured yet, How > do I configure it?
Follow the instructions at https://wiki.jasig.org/display/CASC/Configuring+the+JA-SIG+CAS+Client+for+Java+in+the+web.xml. Use org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter for proxy tickets; be sure to specify either acceptAnyProxy or allowedProxyChains init parameters to trigger proxy mode. > App1 link to Sev1, Sev1 should authenticate through proxy ticket It's not clear why the servlet should authenticate via proxy, but I'll assume you understand the use cases for proxy tickets. M -- 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
