esup-helpdesk




La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

The Shibboleth authentication is performed by a frontal Apache proxy server with mod_shib (e.g. frontal.domain.edu). The frontal This server proxies all the requests to an application server , served by Tomcat (e.g. application.domain.edu), served by Tomcat and on which the esup-helpdesk application is installed.

Bloc de code
<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>

The configuration of esup-helpdesk on the application server is:

Bloc de code
title/build.properties
quick-start=true
tomcat.host=frontal.domain.edu
tomcat.ajp-port=8080
tomcat.cas-port=80
tomcat.path=/esup-helpdesk
Bloc de code
title/properties/config.properties
cas.url=https://cas.domain.edu
app.url=http://frontal.domain.edu/esup-helpdesk