From 41baaf49cc5fb3c64d09af93bf6084cd143d74ee Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Wed, 14 Feb 2024 10:59:11 +0100
Subject: [PATCH] Blacklist OpenIDP

* because that allows anybody to authenticate with an arbitrary email
* we only want to allow institutions that vouch for the identity of
  their users
---
 blacklist.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blacklist.json b/blacklist.json
index 6082667..6811f42 100644
--- a/blacklist.json
+++ b/blacklist.json
@@ -1,3 +1,3 @@
 {
-    "blacklist": []
+    "blacklist": ["https://openidp.aco.net/saml"]
 }
-- 
GitLab