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.

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.0 Download (13.04 KB) 2008-Mar-05 Notes
5.x-3.0 Download (12.84 KB) 2008-Mar-05 Notes
4.7.x-2.1 Download (9.81 KB) 2006-Dec-11 Notes

Other releases

Version Downloads Date Links
6.x-2.0-beta1 Download (18.2 KB) 2009-Aug-26 Notes
5.x-2.2 Download (12.45 KB) 2007-Aug-20 Notes

Development releases

Version Downloads Date Links
6.x-2.x-dev Download (18.22 KB) 2009-Nov-11 Notes
5.x-4.x-dev Download (17.92 KB) 2009-Sep-09 Notes


 
 

Drupal is a registered trademark of Dries Buytaert.