From 68184aff82ad5535ac2980918e1f9d928bfa5de9 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Thu, 18 Jan 2018 08:36:29 +0000
Subject: [PATCH] Refer to web site for more authproc filters.

---
 docs/simplesamlphp-authproc.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/simplesamlphp-authproc.md b/docs/simplesamlphp-authproc.md
index d8523d10d..3b5408396 100644
--- a/docs/simplesamlphp-authproc.md
+++ b/docs/simplesamlphp-authproc.md
@@ -151,6 +151,8 @@ The following filters are included in the SimpleSAMLphp distribution:
 - [`saml:TransientNameID`](./saml:nameid): Generate transient NameID.
 - [`smartattributes:SmartID`](./smartattributes:smartattributes): Generate user ID attribute based on several attributes.
 
+See the [Third-party modules](https://simplesamlphp.org/modules) page on the SimpleSAMLphp website
+for externally hosted modules that may provide a processing filter.
 
 
 Writing your own Auth Proc Filter
-- 
GitLab