Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

to change the CAS ticket validation URL of the CAS Validate Filter

Code Block
xml
xml
titleConfiguring the CAS Validate Filter to point at JASIG's hosted CAS instancexml
<filter>
    <filter-name>CAS Validate Filter</filter-name>       
    <filter-class>edu.yale.its.tp.cas.client.filter.CASValidateFilter</filter-class>
    <init-param>
        <param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name>
        <param-value>https://www.ja-sig.org/cas/serviceValidate</param-value>
    </init-param>

...