On 5/3/10 12:33 PM, Leandro Dardini wrote: ... > Thank you for your help, your patch will be really useful. However > for now we are trying only to check for the type of authentication > succeded. I am working on a test CAS server with the > "SimpleTestUsernamePasswordAuthenticationHandler" (the one accepting > username=password) and the "AcceptUsersAuthenticationHandler" (the > one from the example, with scott/secret). > > Unfortunately I am not receiving the additional information regarding > the succeded authentication handler in the HTTP header. The only > additional information in the header is the user logged in. > > The general section of httpd configuration file reports: > > CASValidateURL https://dvpauthserver:8443/cas/samlValidate > CASLoginURL https://dvpauthserver:8443/cas/login CASDebug On > CASValidateServer Off CASCertificatePath > /etc/httpd/conf.d/client.pem CASValidateSAML On LoadModule > auth_cas_module modules/mod_auth_cas.so > > The virtualhost section reports: > > <Location /> AuthType CAS CASAuthNHeader CAS_USER require valid-user > </Location>
Do you see the SAML request and response in your debug logs? If any attributes are returned, they will be in this log. Also, have you configured a CASCookiePath? -- 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
