Hi
We're just starting with Apache 2.4 + mod_auth_cas.
So far, we have been able to build it and use Require valid-user and cas-attribute directives.
We'll like to forward cas-attributes to applications using HTTP
headers.
Is there any way to achieve this at Apache configuration level/httpd.conf?
How PHP does retrieve that information as a header? We have tried echoing headers starting with HTTP, CAS...without succeeding.
Are we missing something?
Directive: CASAuthNHeader
Default: None
Description: If enabled, this will store the user returned by CAS in an HTTP header accessible to your web applications.