CAS

The CAS Authentication Provider enables the Cloud CMS Application Server to authenticate, validate tokens and load user profile information against servers that implement the Central Authentication Service SSO protocol (either version 2 or version 3).

For more information on Authentication within the App Server, see App Server Authentication / SSO.

Configuration

Here are all of the properties that may be configured:

"auth": {
    "providers": {
        "myProvider": {
            "type": "cas",
            "config": {
                "ssoBaseURL": "http://www.example.com/",
                "serverBaseURL": "http://localhost:3000",            
                "validateURL": ""
            }
        }
    }
}

Where these properties are specific to CAS:

  • ssoBaseURL
  • serverBaseURL
  • validateURL