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

metzlerd’s picture

What 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 /.

donn-1’s picture

Status: Active » Closed (fixed)

Setting the / worked! One headache down. Thank you.