1. Find out which version of Chromium you are using:
* Debian 9 (stretch):
...
...
@@ -183,7 +183,7 @@ The tool uses following status for IdPs:
4. Use the version number retrieved from the previous step to construct the URL to download ChromeDriver. With version `72.0.3626.69`, the URL would be "https://chromedriver.storage.googleapis.com/index.html?path=73.0.3683.68/"
*`./cleanAndRunEccs2.py` (to run a full and clean check)
*`./runEccs2.py` (to run a full check on the existing inputs)
*`./runEccs2.py --idp <IDP-ENTITYID>` (to run check on a single IdP)
*`./runEccs2.py --test` (to run a full check without effects)
*`./runEccs2.py --idp <IDP-ENTITYID> --test` (to run check on a single IdP without effects)
*`./runEccs2.py --idp <IDP-ENTITYID> --replace` (to run check on a single IdP and replace, or add, a result)
*`cd $HOME/eccs`
*`./cleanAndRunEccs.py` (to run a full and clean check)
*`./runEccs.py` (to run a full check on the existing inputs)
*`./runEccs.py --idp <IDP-ENTITYID>` (to run check on a single IdP)
*`./runEccs.py --test` (to run a full check without effects)
*`./runEccs.py --idp <IDP-ENTITYID> --test` (to run check on a single IdP without effects)
*`./runEccs.py --idp <IDP-ENTITYID> --replace` (to run check on a single IdP and replace, or add, a result)
If something prevent the good execution of the ECCS2's check, the `logs/failed-cmd.sh` file will be not empty at the end of the execution.
If something prevent the good execution of the ECCS's check, the `logs/failed-cmd.sh` file will be not empty at the end of the execution.
The "--test" parameter will not change the result of ECCS2, but will write the output on the `logs/stdout_idp_YYYY-MM-DD.log`,`logs/stderr_idp_YYYY-MM-DD.log` and `logs/failed-cmd-idp.sh` files if the argument "--test" will be used.
The "--test" parameter will not change the result of ECCS, but will write the output on the `logs/stdout_idp_YYYY-MM-DD.log`,`logs/stderr_idp_YYYY-MM-DD.log` and `logs/failed-cmd-idp.sh` files if the argument "--test" will be used.
# ECCS2 API Server (uWSGI)
# ECCS API Server (uWSGI)
## Install
...
...
@@ -266,32 +266,32 @@ After the initial download, it is recommended that you occasionally go through t
The check works with the wayfless url of two SP and successed if the IdP Login Page appears and contains the fields "username" and "password" for each of them.
It is possible to disable the check by eccs2properties IDP_DISABLE_DICT or by "robots.txt" put on the SAMLRequest endpoint root web dir.
It is possible to disable the check by eccs_properties IDP_DISABLE_DICT or by "robots.txt" put on the SAMLRequest endpoint root web dir.