You are here

README_SERVER.txt in CAS 6.3

Same filename and directory in other branches
  1. 7 README_SERVER.txt
CAS Server
==========

The CAS Server module lets Drupal act as a protocol compliant CAS server.

Do NOT simultaneously enable the CAS and CAS Server modules. Unpredictable
errors may occur.

Requirements
============
 * SSL:
     The CAS protocol requires the CAS server to run over HTTPS (not HTTP).
     Your Drupal site will need to be configured for HTTPS separately. The site
     should also have a valid SSL certificate signed by a trusted Certificate
     Authority. The certificate should be made available to your CAS clients
     for additional security.

Configuration
=============
There is no configuration for the CAS server. Simply enable the module.

If your Drupal site is https://site.example.com/, other CAS enabled
applications should be configured to use https://site.example.com/cas as the
CAS server.

Caveats & Limitations
=====================

Single Sign-Out is not currently supported.

File

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