phpCAS latest release v0.5.0-RC6 - last update 8-February-2007 20:18PM

phpCAS troubleshooting

No 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 certificatio 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)

 
 
SourceForge.net Logo

Copyright © 2002-2006 - ESUP-Portail consortium