> My understanding is that if I select these attributes in the services > manager, then they should be passed to my client application along with the > user name
Attributes are only delivered over the SAML 1.1 protocol. You need to request SAML from the CAS server by using Saml11TicketValidationFilter at the client (assuming Java client). See https://wiki.jasig.org/display/CASC/JASIG+Client+SAML+Saml11TicketValidationFilter+Example for an example. https://wiki.jasig.org/display/CASUM/SAML+1.1 has example response payloads containing attributes and discusses how the SAML protocol works in CAS in more detail. > I have seen instructions at > https://wiki.jasig.org/display/CASC/CASifying+OpenCms which returns about > what I am expecting to see, but it requires modifying > $(cas_server)/WEB-INF/view/jsp/protocol/2.0/casServiceValidationSuccess.jsp > to add the cas:attributes section. This is an unsupported modification and I recommend against it unless you absolutely cannot use SAML (e.g. you need both attributes and CAS proxy support). 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
