From 0cd7862e2ac9728ddd8bf9626317a124b8f66265 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Mon, 6 Sep 2021 22:49:16 +0200
Subject: [PATCH] Remove archived modules / authsources from docs

---
 docs/simplesamlphp-idp.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/simplesamlphp-idp.md b/docs/simplesamlphp-idp.md
index b4df1fa8a..23fc2b212 100644
--- a/docs/simplesamlphp-idp.md
+++ b/docs/simplesamlphp-idp.md
@@ -54,15 +54,9 @@ The next step is to configure the way users authenticate on your IdP. Various mo
 [`radius:Radius`](./radius:radius)
 : Authenticates an user to a Radius server.
 
-[`InfoCard:ICAuth`](https://github.com/simplesamlphp/simplesamlphp-module-infocard/blob/master/README.md)
-: Authenticate with an InfoCard.
-
 [`multiauth:MultiAuth`](./multiauth:multiauth)
 : Allow the user to select from a list of authentication sources.
 
-`openid:OpenIDConsumer`
-: Authenticate against an OpenID provider.
-
 [`saml:SP`](./saml:sp)
 : Authenticate against a SAML IdP. Can be used for bridging.
 
-- 
GitLab