This page shows how the esup-helpdesk application can be deployed with CAS, Shibboleth and application authentications.
The Shibboleth authentication is performed by a frontal Apache proxy server with mod_shib (e.g. frontal.domain.edu).
The frontal server proxies all the requests to an application server, served by Tomcat (e.g. application.domain.edu).
<VirtualHost frontal.domain.edu:80>
ServerName frontal.domain.edu
VirtualDocumentRoot /data/webapps/frontal.domain.edu
ProxyPass /esup-helpdesk ajp://application.domain.edu:8080/esup-helpdesk min=0 max=100 smax=50 ttl=10 timeout=60
Proxypass /shibboleth !
ProxyErrorOverride On
ErrorDocument 403 "You are not allowed\!"
<Location ~ "/esup-helpdesk/stylesheets/shibboleth.faces">
AuthType shibboleth
ShibRequireSession On
require valid-user
</Location>
</VirtualHost>
Vue d'ensemble
Gestion des contenus