1 |
85ad3d82
|
Assos Assos
|
CAS Server
|
2 |
|
|
==========
|
3 |
|
|
|
4 |
|
|
The CAS Server module lets Drupal act as a protocol compliant CAS server.
|
5 |
|
|
|
6 |
|
|
Do NOT simultaneously enable the CAS and CAS Server modules. Unpredictable
|
7 |
|
|
errors may occur.
|
8 |
|
|
|
9 |
|
|
Requirements
|
10 |
|
|
============
|
11 |
|
|
* SSL:
|
12 |
|
|
The CAS protocol requires the CAS server to run over HTTPS (not HTTP).
|
13 |
|
|
Your Drupal site will need to be configured for HTTPS separately. The site
|
14 |
|
|
should also have a valid SSL certificate signed by a trusted Certificate
|
15 |
|
|
Authority. The certificate should be made available to your CAS clients
|
16 |
|
|
for additional security.
|
17 |
|
|
|
18 |
|
|
Configuration
|
19 |
|
|
=============
|
20 |
|
|
There is no configuration for the CAS server. Simply enable the module.
|
21 |
|
|
|
22 |
|
|
If your Drupal site is https://site.example.com/, other CAS enabled
|
23 |
|
|
applications should be configured to use https://site.example.com/cas as the
|
24 |
|
|
CAS server.
|
25 |
|
|
|
26 |
|
|
Caveats & Limitations
|
27 |
|
|
=====================
|
28 |
|
|
|
29 |
|
|
Single Sign-Out is not currently supported. |