Re: [cas-user] Re: CAS 5.0.8 + Active Directory - Note receiving user information

2019-12-12 Thread arti wavale
Hi, can you share more information about how to retrieve user attribute from LDAP databse by using samlValidate because i am facing some error and also explain how to create ssl connection mod_auth_cas client site. Thanks and Regards On Thursday, September 14, 2017 at 7:34:06 PM UTC+5:30,

Re: [cas-user] Re: CAS 5.0.8 + Active Directory - Note receiving user information

2017-09-14 Thread Micas Camela
Hi dhawes, I did that and now I am getting the attributes. I assume my problems are all solved. Thank you all Best regards On Thursday, September 14, 2017 at 3:58:30 PM UTC+2, dhawes wrote: > > Have you tried using the /samlValidate endpoint with "CASValidateSaml On"? > > /serviceValidate

Re: [cas-user] Re: CAS 5.0.8 + Active Directory - Note receiving user information

2017-09-14 Thread David Hawes
Have you tried using the /samlValidate endpoint with "CASValidateSaml On"? /serviceValidate may or may not return attributes, depending on your CAS server. If it does, you can use mod_auth_cas from git master, which supports CASv2 attributes. On 14 September 2017 at 09:11, Micas Camela

Re: [cas-user] Re: CAS 5.0.8 + Active Directory - Note receiving user information

2017-09-14 Thread Micas Camela
Hi dhawes, This is how I left cas.conf content: LoadModule auth_cas_module modules/mod_auth_cas.so AuthType CAS CASAuthNHeader On #Require all granted Require valid-user CASLoginUrl https://casdev.gas.local:8443/cas/login CASValidateUrl