From 999903ea5ba2c4dbd4125c0ddac345ea6acf967a Mon Sep 17 00:00:00 2001
From: Marco Malavolti <marco.malavolti@gmail.com>
Date: Sun, 14 Jun 2020 03:06:42 +0200
Subject: [PATCH] Added Excluded/Not working IdPs

---
 eccs2properties.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/eccs2properties.py b/eccs2properties.py
index c7e2fdd..33d2a49 100644
--- a/eccs2properties.py
+++ b/eccs2properties.py
@@ -40,4 +40,21 @@ FEDS_BLACKLIST = [
 
 # EntityID of IDPs to exclude from the check
 IDPS_BLACKLIST = [
+   'https://iif.iucc.ac.il/idp/saml2/idp/metadata.php',
+   'https://login.lstonline.ac.uk/idp/pingfederate',
+   'https://idp.pearsoncollege.com/openathens',
+   'https://idp.cambria.ac.uk/openathens',
+   'https://idp.wnsc.ac.uk/idp/shibboleth',
+   'https://indiid.net/idp/shibboleth',
+   'https://idp.nulc.ac.uk/openathens',
+   'https://lc-idp.lincolncollege.ac.uk/shibboleth',
+   'https://oa-idp.wlv.ac.uk/oala/metadata',
+   'https://idp.uel.ac.uk/shibboleth',
+   'https://idp.ucreative.ac.uk/shibboleth',
+   'https://idp.llandrillo.ac.uk/shibboleth',
+   'https://idp-dev.cardiff.ac.uk/idp/shibboleth',
+   'https://idp.kingston.ac.uk/shibboleth',   # iframe to load
+   'https://shibboleth.aber.ac.uk/shibboleth',
+   'https://sso.vu.lt/SSO/saml2/idp/metadata.php', # no standard login page
+   'urn:mace:federation.org.au:testfed:uq.edu.au'
 ]
-- 
GitLab