Ok, I think I have narrowed the problem down. The server that fails is 
Glassfish 3.0.1, the ones that work are Glassfish 2.1 or Tomcat.

Apparently GF 3.x has changed how url rewrites are done. This breaks CASified 
PeopleSoft but not other CASified applications.

Sigh, I am really starting to hate Glassfish...

From: Scott Battaglia [mailto:scott.battag...@gmail.com]
Sent: Thursday, February 03, 2011 7:02 PM
To: cas-user@lists.jasig.org
Subject: Re: [cas-user] Question about tickets

Just out of curiosity, I'm assuming you're correctly URL encoding the service 
parameter before redirecting?

Cheers,
Scott

On Thu, Feb 3, 2011 at 11:38 AM, Bryan Wooten 
<bryan.woo...@utah.edu<mailto:bryan.woo...@utah.edu>> wrote:
I have 2 CAS servers, one installed and managed by another group and one 
installed by me. After login to CAS one returns a ticket (the other groups 
server) on the request and my CAS server doesn't.

I am sure that it is some minor configuration error on my part but I can't 
figure out what it is.

BTW, this is part of CASIfying PeopleSoft so we aren't using any of the CAS 
clients. The user simply clicks on a link that looks like this:

https://DEVCAS.utah.edu/cas/login?method=POST&service=https://testserver.acs.utah.edu/psp/plconv/EMPLOYEE/EMPL/h/?tab=DEFAULT

When the user is redirected after successful login the request ends up in 
PeopleCode that looks like this:

/** cas ticket? **/
   &ticket = %Request.GetParameter("ticket");
   uuLogToStdErr(" LDAP_AUTHENTICATION - " | "ticket '" | &ticket | "'");

Anyway like I said above depending on which CAS I access the ticket may be 
there or it may be null.

Any ideas what I have misconfigured in my CAS server? My CAS sever works fine 
for other CASified apps using the Java client or mod_auth_cas.

Thanks,

Bryan

--
You are currently subscribed to 
cas-user@lists.jasig.org<mailto:cas-user@lists.jasig.org> as: 
scott.battag...@gmail.com<mailto:scott.battag...@gmail.com>




To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user


--
You are currently subscribed to cas-user@lists.jasig.org as: 
bwoo...@acs.utah.edu
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to cas-user@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-user

Reply via email to