I had actually tried mod_auth_cas, though my boss told me he wanted the implementation independent of Apache.
Problem Solved! It was a combination of things. The AuthCas client as I understand it only does two things: 1) Constructs the URL for redirection 2) Validates the ticket against the URL However, it doesn't construct a URL containing the GET variables, so I had to do this manually. However, I was only constructing the URL w/ GET for the redirection not the validation which is why I was getting errors about the URLs not matching (I thought it was because the URL I provided when I registered my site with CAS was different from the URL w/ GET variables). Furthermore, it doesn't encode the URL which causes problems when you have spaces/multiple variables (as you previously stated). Since I'm essentially carrying out most of the process manually at this point I kept messing up the syntax of things etc. Thanks to both of you though, I've been able to figure it out! Matt and Scott, I greatly appreciate the help! You guys are awesome!!!!! -Mike Scott Battaglia wrote: > JASIG is in the process of updating the web presences of JASIG, CAS, > and uPortal. I want to wait to see how that shakes out before we do > any major changes to the site since we'll probably be upgrading CMS > software. > > -Scott > > -Scott Battaglia > PGP Public Key Id: 0x383733AA > LinkedIn: http://www.linkedin.com/in/scottbattaglia > > > On Tue, Sep 16, 2008 at 8:23 AM, Matthew J. Smith > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > > Scott Battaglia: > > Any chance you can look at using mod_auth_cas, which we > > know works (right, Matt? ;-))? > > Absolutely! > http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas > > Scott - any chance we can get m-a-c listed on the clients page? > http://www.ja-sig.org/products/cas/client/index.html > > Or, if the the CASC Wiki module is now the authoritative list, > could we > get the main page to point there? > > -Matt _______________________________________________ Yale CAS mailing list [email protected] <mailto:[email protected]> http://tp.its.yale.edu/mailman/listinfo/cas > ---------------------------------------------------------------------- > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
