This script use Selenium and Chromium to select the IdP to check from a Shibboleth SP with the Shibboleth Embedded Discovery Service installed and configured to answer to all eduGAIN IdPs.
This script use Selenium and Chromium to select the IdP to check from a Shibboleth SP with the Shibboleth Embedded Discovery Service installed and configured to answer to all eduGAIN IdPs.
...
@@ -27,28 +23,15 @@ from urllib3.util import parse_url
...
@@ -27,28 +23,15 @@ from urllib3.util import parse_url
The check will be passed when both SPs will return the authentication page of the IdP checked.
The check will be passed when both SPs will return the authentication page of the IdP checked.
"""
"""
#def checkIdP(sp,idp,logger,driver):
defcheckIdP(sp,idp,logger):
defcheckIdP(sp,idp,logger):
# Chromedriver MUST be instanced here to avoid problems with SESSION
# Chromedriver MUST be instanced here to avoid problems with SESSION