Versions Compared

Key

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

...

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

Code Block
xmlxml
titleConfiguring the CAS Validate Filter to point at JASIG's hosted CAS instance
xml
<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>

...