From 899b67221f8732324a5f7ca860fdfc533bcf85c9 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@gmail.com> Date: Fri, 13 May 2022 17:20:42 +0200 Subject: [PATCH] Added IDEM MDX for NREN SPs --- README-SPS-METADATA.md | 4 ++-- pyff-config/sps-metadata.xml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README-SPS-METADATA.md b/README-SPS-METADATA.md index 1439627..2f4d9ae 100644 --- a/README-SPS-METADATA.md +++ b/README-SPS-METADATA.md @@ -10,7 +10,7 @@ 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. 2) Download eduGAIN metadata certificate: * `cd $HOME/eccs/pyff-config` - * `wget "https://technical.edugain.org/mds-v2.cer" -O edugain-signer.crt` + * `wget https://mdx.idem.garr.it/idem-mdx-service-crt.pem` ## Automating SPs metadata download diff --git a/pyff-config/sps-metadata.xml b/pyff-config/sps-metadata.xml index 55ee675..c8a40d0 100644 --- a/pyff-config/sps-metadata.xml +++ b/pyff-config/sps-metadata.xml @@ -1,6 +1,5 @@ - load: - - https://mds.edugain.org/edugain-v2.xml /srv/eccs/pyff-config/edugain-signer.crt + - https://mdx.idem.garr.it/edugain/entities/https:%2F%2Fattribute-viewer.aai.switch.ch%2Finterfederation-test%2Fshibboleth /srv/eccs/pyff-config/idem-mdx-service-crt.pem + - https://mdx.idem.garr.it/edugain/entities/https:%2F%2Fsp-demo.idem.garr.it%2Fshibboleth /srv/eccs/pyff-config/idem-mdx-service-crt.pem - select: - - "https://sp-demo.idem.garr.it/shibboleth" - - "https://attribute-viewer.aai.switch.ch/interfederation-test/shibboleth" - publish: "/srv/eccs/input/sps-metadata.xml" -- GitLab