I think I *might* know what it is. After you come back to your application, what is the parameter that holds the ticket? Is it "ticket" or "SAMLart"?
You probably need to use this authentication filter: https://github.com/Jasig/java-cas-client/blob/master/cas-client-core/src/main/java/org/jasig/cas/client/authentication/Saml11AuthenticationFilter.java Thanks Scott On Thu, May 17, 2012 at 3:36 PM, James Lorenzen <[email protected]>wrote: > Sorry about that. > Here is the web.xml of the WAR where I am trying to get the Principal from > the login.jsp page. > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
