> What I get back in the response on the client is just the username. > <cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'> > <cas:authenticationSuccess>
Attributes are only sent to the client via the SAML protocol. You can hack the CAS protocol to send attributes, but I strongly encourage you to avoid that practice. SAML is the supported and recommended method for transmitting attributes to clients. Simply configure your clients to use the Saml11TicketValidationFilter, https://wiki.jasig.org/display/CASC/JASIG+Client+SAML+Saml11TicketValidationFilter+Example, and they magically show up in the CAS Assertion. M -- 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
