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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0 | 2008-Mar-05 | 13.04 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-3.0 | 2008-Mar-05 | 12.84 KB | Download · Release notes | Recommended for 5.x | |
| 5.x-2.2 | 2007-Aug-20 | 12.45 KB | Download · Release notes | Supported for 5.x | |
| 4.7.x-2.1 | 2006-Dec-11 | 9.81 KB | Download · Release notes | Recommended for 4.7.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-2.x-dev | 2009-Jun-06 | 18.19 KB | Download · Release notes | Development snapshot | |
| 5.x-4.x-dev | 2009-Jun-06 | 17.93 KB | Download · Release notes | Development snapshot | |
