You are here

README_SERVER.txt in CAS 7

Same filename and directory in other branches
  1. 6.3 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
=============
Configuration can be found at /admin/config/people/cas_server, but the module
will start working right away without any configuration.

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.

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. Configuration can be found at /admin/config/people/cas_server, but the module
  17. will start working right away without any configuration.
  18. If your Drupal site is https://site.example.com/, other CAS enabled
  19. applications should be configured to use https://site.example.com/cas as the
  20. CAS server.