Hi Everyone,
In the documentation, there is a part said:

Directive: CASAuthNHeader
Default: None
Description: If enabled, this will store the user returned by CAS in an 
HTTP header
accessible to your web applications.


And this is the CAS configuration:

*LoadModule auth_cas_module /usr/lib64/apache2/mod_auth_cas.so*
*CASSSOEnabled On*
*CASCookiePath /var/cache/apache2/mod_auth_cas/*
*CASLoginURL https://cas.server:443/cas/login*
*CASValidateURL  https://cas.server:443/cas/serviceValidate*
*CASDebug on*
*LogLevel debug*

*<Location / >*
*        Authtype CAS*
*        CASAuthNHeader cas_user*
*        require valid-user*
*</Location>*


but it doesn't look like I have an http header. At least by doing Inspect 
Element on my browser I cannot see it.

Any help would be appreciated.

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/340860c2-ed99-42ba-b91c-a2b78def4961%40apereo.org.

Reply via email to