Hello, I currently have an APP with apache mod_auth_cas, that protects it, 
but the application in production I have in Nginx, is there any way to do 
something similar to what I already have in Nginx?

Thanks in advance


LoadModule auth_cas_module /etc/apache2/mods-available/mod_auth_cas.so

<Directory "/ var / www / html / fer-app-proxy">

Authtype CAS
Require valid-user
Options Indexes MultiViews
AllowOverride all
Order allow, deny
Allow from all
CASScope / fer-app-proxy

</ Directory>


<IfModule mod_auth_cas.c>
CASLoginUrl https: // myservercas / cas / login
     #CASValidateUrl https: // myservercas / cas / p3 / serviceValidate
     CASValidateUrl https: // myservercas / cas / p3 / proxyValidate
     CASCookiePath / var / cache / apache2 / mod_auth_cas /

     CASValidateServer Off
     CASVersion 2
     LogLevel debug
CASDebug On
CASTimeout 864000
CASIdleTimeout 72000
CASSSOEnabled On
ErrorLog /var/log/cas_error.log
    
</ IfModule>

-- 
- 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/a13f4d58-c00f-4001-b4d4-4ff5bd94398f%40apereo.org.

Reply via email to