Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

init-param name

usage

edu.yale.its.tp.cas.client.filter.loginUrl

The URL whereat CAS offers its Login page. e.g.

https://secure.its.yale.edu/cas/login

edu.yale.its.tp.cas.client.filter.validateUrl

The URL whereat CAS offers its service ticket or proxy ticket validation service. e.g.

https://secure.its.yale.edu/cas/serviceValidate

or

https://secure.its.yale.edu/cas/proxyValidate

. Must be a proxyValidate service if you intend to accept any proxy tickets.

edu.yale.its.tp.cas.client.filter.serverName

This parameter specifies the server name and port of the service being filtered (not of the CAS Server itself). E.g., www.yale.edu:8080 Either this parameter or the serviceUrl parameter must be set.

edu.yale.its.tp.cas.client.filter.serviceUrl

This parameter replaces the serverName parameter above. It becomes the URL that CAS redirects to after login. If you have one specific point of entry to your web application and you want all logins to proceed through that page, you would specify the full URL of that page here. Either this parameter or the serverName parameter must be set.

...