phpCAS latest release v0.4.23-1 - last update 17-August-2006 01:58AM

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