Hi Fernando, Out of the box, CAS server only provides attributes via the SAML11 validation response, not the /serviceValidate or /proxyValidate response.
There's a decently well-known extension / approach for adding attributes to the /serviceValidate and /proxyValidate validation responses. The merits of adding this feature to enhanced CAS ticket validation responses is currently being discussed on cas-dev@ If you don't modify the CAS server, your only option is to use SAML to get the attributes. In the Java CAS Client, that's via the Saml11TicketValidationFilter. Hope this helps, Andrew On Jan 21, 2012, at 6:27 AM, Fernando Correa wrote: > Hi guys. > > The only way to get additional attributes is usign > Saml11TicketValidationFilter? > > Or I can get attributes using Cas20ProxyReceivingTicketValidationFilter? > > From: Scott Battaglia <[email protected]> > To: [email protected] > Sent: Friday, January 20, 2012 11:00 AM > Subject: Re: [cas-user] Java CAS Client page > > It should be this: > https://wiki.jasig.org/display/CASC/Saml11TicketValidationFilter+Example > > > On Fri, Jan 20, 2012 at 7:21 AM, <[email protected]> wrote: > Hi, > > In the wiki page Attributes > (https://wiki.jasig.org/display/CASUM/Attributes), at the bottom, the link > ‘Java CAS Client page’ > (https://wiki.jasig.org/display/CASC/JASIG+Client+SAML+Saml11TicketValidationFilter+Example) > does not exist. > > Cordialy, > > Matthieu MARC > > --- > Matthieu MARC > Responsable du Service Informatique > Centre Arts et Métiers Angers > Tel : 02 41 20 73 61 > -- 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
