Modifying CAS Client to extract SAML attributes

To retrieve the value of CAS attributes released to your service, you will need to use Saml11AuthenticationFilter for authentication and Saml11TicketValidationFilter for validation. The link for  Java CAS client example provided by jasig can be found here . There are some updates needed which are provided below. To request attributes to be […]