Arti,

So first of all there is ton's of log information available to you, but you've shared none of it. So it's hard to see where you have issues.

However for mod_auth_cas you've defined the variables for it all fine. But the example you have given does not indicate you've told Apache to use it at all.

As found in the man info for that module https://github.com/apereo/mod_auth_cas, you need to implement the Auth module.

<Location /secured>
                Authtype CAS
                Require valid-user
</Location>


Hope this helps.

Colin

On 12/7/20 1:14 PM, arti wavale wrote:

Hello all,

I am facing issue to connect and transfer user data from cas 6.2 to mod_auth_cas apache client.

How to create certificate in cas server 6.2 and which certificate need to pass from server to client.

Build and Run command for server:
1]  ./gradlew build
2]  ./gradlew build jibDockerBuild
3]  ./gradlew run

mod_auth_cas apache client:

    CASLoginUrl https://cas.example.com/cas/login
    #CASValidateUrl https://cas.example.com/cas/serviceValidate
    CASValidateUrl https://cas.example.com/cas/samlValidate
    CASCookiePath         /var/cache/apache2/mod_auth_armor/
    CASRootProxiedAs     https://cas.client.com
    CASValidateSAML       On
    CASSSOEnabled          On
    CASDebug                    On
    CASVersion                  2
    LogLevel                      debug
    CASCertificatePath    /etc/ssl/certs/casrdev.crt

Please guide me to connect cas server 6.2 and mod_auth_cas apache client.

Thanks and Regards
Arti


--
- Website: https://apereo.github.io/cas <https://apereo.github.io/cas>
- Gitter Chatroom: https://gitter.im/apereo/cas <https://gitter.im/apereo/cas>
- List Guidelines: https://goo.gl/1VRrw7 <https://goo.gl/1VRrw7>
- Contributions: https://goo.gl/mh7qDG <https://goo.gl/mh7qDG>
---
You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscr...@apereo.org <mailto:cas-user+unsubscr...@apereo.org>. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/4ecf455b-80b0-4a93-ad09-e9d2f92ce0a9n%40apereo.org <https://groups.google.com/a/apereo.org/d/msgid/cas-user/4ecf455b-80b0-4a93-ad09-e9d2f92ce0a9n%40apereo.org?utm_medium=email&utm_source=footer>.

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/777856e4-fbfc-6db5-8042-7d1f63a63781%40caveo.ca.

Reply via email to