...
In installations using Jasig CAS for authentication WebProxy Portlet can be configured to obtain its own proxy tickets. These tickets are not usable to authenticate to CAS-enabled Web sites. Instead, WebProxy Portlet can validate its proxy ticket, ask for its own Proxy Granting Ticket, and then ask for a proxy ticket for a service to access. The rest of this document outlines how to configure WebProxy Portlet to do this.
New Dependency
This implementation adds a dependency on Jasig Java CAS Client. This dependency was added to WebProxy Portlet's pom.xml in SVN.
Enabling CAS authentication
...