On Wed, Jun 1, 2011 at 7:29 AM, <[email protected]> wrote: > > Hi > > We are trying to use CAS but we have some problems redirecting from our > secure extern https URL to an intern non secure http URL.
I'm trying to understand your system architecture, but not exactly clear. A few points to consider: - The service URL used to request the ticket must match the URL provided for ticket validation, i.e. what's sent to /cas/serviceValidate. - Single sign-on is disabled for http URLs by default. - You're using the deprecated Yale CAS client. You should be using https://wiki.jasig.org/display/CASC/CAS+Client+for+Java+3.1. This client allows you to statically configure the service URL to accommodate system architectures like proxying cases (which may include you.) 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
