Hi, Jérôme. As my client application is implemented with Spring Security, I've changed the bean ticketValidator from org.jasig.cas.client.validation.Cas20ServiceTicketValidator to org.jasig.cas.client.validation.Saml11TicketValidator and it worked!
Just another related question: how can I setup the Facebook provider to ask for the e-mail permission when logging in? I have configured the serviceRegistryDao bean with allowedAttributes property with the values "name", "email" and "access_token". "name" and "access_token" are being returned to the client application correctly but "email" does not. Thanks so much! *Frederico Zveiter* On Tue, Apr 16, 2013 at 11:57 AM, Jérôme LELEU <[email protected]> wrote: > Hi, > > The doc is a bit quick here : about service ticket validation, attributes > are returned only for SAML validation in CAS server 3.5.x. It will work > with CAS 2.0 validation in CAS server 4.0 (yes !). > You can do some customization like the pull request done for 4.0 : > https://github.com/Jasig/cas/pull/224. > Best, > Jérôme > > -- 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
