I have new informations. I tried removing org.jasig.cas.client.validation.Saml11TicketValidationFilter and I replace it by a org.jasig.cas.client.validation.Cas10TicketValidationFilter.
And... pRequest.getRemoteUser() pRequest.getUserPrincipal() Both of these methods returns me my username! But, of course, there are no attributes inside the Principal. And when I use org.jasig.cas.client.validation.Saml11TicketValidationFilter, pRequest.getRemoteUser() and pRequest.getUserPrincipal() returns both a null pointer. :/ I tried configuring an artifactParameterName (I found it should be "ticket" in some online documentation) or not, it doesn't change anything... Do you have any idea? -- 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
