Hi,
I'm using cas-server-core 3.4.10 et cas-client-core 3.2.1. I would like to know if there was a way to manage authentication with private domains. The architecture is the following : The client authenticates and asks for a ticket for the webapp on the public domain. When the ticket is sent to the webapp, this one tries to validate it with the private domain which is declared in the web.xml file : <init-param> <param-name>serverName</param-name> <param-value>${webapp.url}</param-value> </init-param> The validation fails because the domain is not the appropriate one. For some reasons, I can't declare the public domain in the web.xml file. What could I do to manage the validation ? Thanks in advance for your help, Regards, Julien BREDA -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
<<image004.png>>