On 3/17/11 2:15 PM, Patrick O'Connor wrote: > I have read over: > https://source.jasig.org/cas-clients/mod_auth_cas/trunk/README > > Is it possible to either > > a) map a different attribute to the username using mod_auth_cas > > b) retrieve more that username using mod_auth_cas and rely on the > application for the mapping.
Use a SAML validation URL for CASValidateURL, turn CASValidateSAML on, and set the CASAuthNHeader. This will add the attributes returned in the SAML payload to the HTTP headers. > Right now, I only see the cookies containing the <user>012345678</user> If you use SAML validation, you will see the other attributes in there as well. -- 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
