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/03c6daa5-24dc-4871-87ec-3734d70046b1%40apereo.org.