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> 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 as: 
> 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: 
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