You could probably adapt mod_auth_cas to store the <cas:email> block in the cookie cache file and set an environment variable or add a header to the request_rec->headers_in table with the e-mail address.
I believe some work has already been done in this area by someone from Mozilla, you may want to reach out to ozten to find out if his modifications will meet your needs: https://github.com/ozten/mod_auth_cas/tree/master/src/ from mod_auth_cas.c there: "Additonal patches to support arbitrary user attributes http://github.com/ozten/mod_auth_cas" The vanilla mod_auth_cas supports attributes using SAML, which someone else on the list can probably speak to how to set that up. -Phil On Fri, Dec 3, 2010 at 7:03 AM, Jay <[email protected]> wrote: > some more info.. > the validation response, which I get from the SSOCAS server has email in it. > > Validation response: <cas:serviceResp > onse > xmlns:cas='http://www.yale.edu/tp/cas'>\r\n\t<cas:authenticationSuccess>\r\n\t\t<cas:user>jayan11inqa1</cas: > user>\r\n\t\t<cas:firstname>jay</cas:firstname>\r\n\t\t<cas:lastname>kris</cas:lastname>\r\n\t\t<cas:countryname> > </cas:countryname>\r\n\t\t<cas:countryuri>mystuff</cas:countryuri>\r\n\t\t<cas:email >>[email protected]</cas:email>. > > I want this email, to be used and passed to bugzilla. in the REMOTE_USER,i > get the username correctly. But it isnt enough. I need the email as well. > > any ideas ? > -- > 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 > -- 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
