I am having a bit of an issue. I have just installed CAS, and am able to redirect to the CAS login. However, after submitting credentials, CAS redirects back to the page, but the ticket is not verified. Instead, it redirects to:
localhost/drupal/?q=cas&ticket=ST-TICKETSTUFF
when it should be redirecting to localhost/drupal/cas
If I extract the ticket manually and do:
https://cas.server.com/serviceValidate?ticket=ST-TICKETSTUFF&service=htt...
it does validate the ticket. So the problem seems to be the CAS module not validating?
Comments
Comment #1
metzlerd commentedWhat is your cas uri setting in the cas module? Some of these settings can be a bit tricky depending on how the CAS server was installed. If it's / I'd try unsetting it, and if it's unset, I'd try /.
Comment #2
donn-1 commentedSetting the / worked! One headache down. Thank you.