__TITLE__

'); phpCAS::setHTMLFooter('
phpCAS __PHPCAS_VERSION__, CAS __CAS_VERSION__ (__SERVER_BASE_URL__)
'); // force CAS authentication phpCAS::forceAuthentication(); // at this step, the user has been authenticated by the CAS server // and the user's login name can be read with phpCAS::getUser(). // for this test, simply print that the authentication was successfull ?> phpCAS simple client with HTML output customization

Successfull Authentication!

the user's login is .

phpCAS version is .