...
Ajout authentification CAS
vim Modifier ../custom-grouper-ui/additional-build.xml
| Bloc de code |
|---|
| Bloc de code |
<project name="local">
<target name="webapp" depends="resources">
<echo message="application cantribution cassification" />
<ant antfile="build.xml" target="webapp" dir="${contrib.dir}/yale-cas-auth" inheritrefs="true" />
</target>
<target name="resources" />
</project>
|
Modifier odifier contrib/yale-cas-auth/build.properties :
| Bloc de code |
|---|
sso.login.url=[https://sso-cas.univ-rennes1.fr/login |
...
] sso.validate.url=[https://sso-cas.univ-rennes1.fr/serviceValidate |
...
] grouper.server.name=sapin.univ-rennes1.fr:8865 |
Modifier 8865Modifier webapp/WEB-INF/struts-config.xml :
| Bloc de code |
|---|
<forward name="callLogin" path="/home.do" redirect="true"/ |
...
>
|
Déployer
| Bloc de code |
|---|
ant default
|