CAS

Using the excellent phpCAS library, we have created a small Drupal module to allow single sign-on with CAS.

phpCAS is a fantastic library for integrating Central Authentication Services into PHP applications. The library is well-documented and is licensed under the LGPL. CAS is a Java-based single sign-on solution originally developed at Yale and later placed under the auspices of JA-SIG (Java Architectures - Special Interest Group). CAS has quickly become the most popular single sign-on solution for universities. In its most simple use (CAS can also proxy single sign-on), CAS authenticates users and sends the user to the requested application with a ticket. The application is then responsible for authenticating the ticket (behind the scenes, with a tool like cURL) and automatically logging the user in if the ticket is valid.

Releases

Official releasesDateSizeLinksStatus
6.x-1.02008-Mar-0513.04 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-3.02008-Mar-0512.84 KBRecommended for 5.xThis is currently the recommended release for 5.x.
5.x-2.22007-Aug-2012.45 KBSupported for 5.xThis release is supported but is not currently the recommended release for 5.x.
4.7.x-2.12006-Dec-119.81 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.
 
 

Drupal is a registered trademark of Dries Buytaert.