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.

...

https://mvn.esup-portail.org/content/repositories/releases/org/esupportail/helpdesk-web-jsf-servlet/<version>/helpdesk-web-jsf-servlet-<version>.war

...

3 Adapt config.properties files

See 01 Configuration

Configuring CAS Client in WEB-INF/web.xml

3 Con

Configuring CAS Client in

...

 WEB-INF/web.xml

Because this version still use an ol

Bloc de code
<!--

...


==============================================================

...


CAS AUTHENTICATION

...


==============================================================

...


-->

...


<filter>

...


<description>

...


The CAS filter, used to authenticate users.

...


</description>

...


<display-name>CASFilter</display-name>

...


<filter-name>CAS Filter</filter-name>

...


<filter-class>

...


edu.yale.its.tp.cas.client.filter.CASFilter

...


</filter-class>

...


<init-param>

...


<param-name>

...


edu.yale.its.tp.cas.client.filter.loginUrl

...


</param-name>

...


<param-value>

...


https://cas.domain.edu/login

...


</param-value>

...


</init-param>

...


<init-param>

...


<param-name>

...


edu.yale.its.tp.cas.client.filter.validateUrl

...


</param-name>

...


<param-value>

...


https://cas.domain.edu/serviceValidate

...


</param-value>

...


</init-param>

...


<init-param>

...


<param-name>

...


edu.yale.its.tp.cas.client.filter.serverName

...


</param-name>

...


<param-

...

value>localhost:

...

8080</param-value>

...


</init-param>

...


<init-param>

...


<param-name>

...


edu.yale.its.tp.cas.client.filter.wrapRequest

...


</param-name>

...


<param-value>true</param-value>

...


</init-param>

...


</filter>

...


<filter-mapping>

...


<filter-name>CAS Filter</filter-name>

...


<url-pattern>/stylesheets/cas.

...

faces</url-pattern>

...


</filter-mapping>