The eduGAIN Connectivity Check Service (ECCS), uses two Service Provider belonging to different NREN that are members of eduGAIN interfederation.
The ECCS Python script gets the SPs' HTTP-Post AssertionConsumerService URL from the "sps-metadata.xml" file placed into "input" directory.
The mechanism chosen to update regularly the "sps-metadata.xml" file involves the PyFF Metadata Aggregator because it allows to download the eduGAIN metadata, validate it with eduGAIN metadata certificate, consider only two SP interested by ECCS and create the "sps-metadata.xml" file as output.
The mechanism chosen to update regularly the "sps-metadata.xml" file involves the PyFF Metadata Aggregator because it allows to download the NREN SPs metadata, validate it with the metadata certificate provided and create the "sps-metadata.xml" file as output.
The following instruction will help to install, configure and use PyFF for ECCS.
## Requirements
...
...
@@ -41,7 +41,7 @@ The following instruction will help to install, configure and use PyFF for ECCS.