From 7a1e1e40be33af5b433df6242e90927d2d4677ad Mon Sep 17 00:00:00 2001
From: fde <franck.desaize@kereval.com>
Date: Thu, 25 Mar 2021 16:28:01 +0100
Subject: [PATCH] Add EVSClient.properties in installation.md

---
 EVS-Client/installation.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/EVS-Client/installation.md b/EVS-Client/installation.md
index dfd5b50..26a88b3 100644
--- a/EVS-Client/installation.md
+++ b/EVS-Client/installation.md
@@ -33,6 +33,18 @@ Each version of the tool is published in our Nexus repository, download the late
 from [*here*](https://gazelle.ihe.net/nexus/index.html#nexus-search;gav%7E%7EEVSClient-ear%7E%7E%7E). Be careful, this
 released artifact is configured to connect to a database named evs-client-prod and owned by user gazelle.
 
+## Files properties
+
+With the release 5.13.0, EVSClient needs a file to interact with the SSO application. 
+
+The file **EVSClient.properties** has shall be created and save in **/opt/gazelle/cas**. 
+
+The file shall contain the following information : 
+- casServerUrlPrefix = https://yourUrl.com/sso
+- casServerLoginUrl = https://yourUrl.com/sso/login
+- casLogoutUrl = https://yourUrl.com/sso/logout
+- service = https://yourUrl.com/EVSClient
+
 ## Installation
 
  **WARNING** : From version 5.11.1, datasources have been extracted from the **ear**. The template file can be found in /src/main/application/datasource in the source or in the file EVSClient-X.X.X-datasource.zip from the nexus.
-- 
GitLab