Example TAMUCC CAS Login via Apache mod_auth_cas:

To protect any web directory via the TAMUCC CAS, go into that particular web folder and add the following to a .htaccess file:

  SSLRequireSSL
  AuthType CAS
  AuthName "Restricted Area - CAS Login Required"
  Require valid-user (or require user IslandID [IslandID IslandID....])
  Require cas-attribute role:staff
  Require cas-attribute role:faculty

Explanation of Fields: