phpCAS troubleshooting

Table of Contents

No Proxy-granting ticket IOU (PGTIOU) is transmitted when validating a ST or a PT

Probably the CAS server does not trust your application. Add a keystore that contains the certificate of your application server and the certification chain into your CAs server.

I get Notice messages, a warning saying that headers have already been sent, and authentication fails

add the following line before calling phpCAS methods:

error_reporting(E_ALL & ~E_NOTICE);

or add the following line to your php.ini:

error_reporting=E_ALL & ~E_NOTICE)


More details about the protocol at : http://www.ja-sig.org/products/cas/overview/index.html

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.