From 21e5b057ea3da4553e5b0432225fbb5da947c8ff Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sat, 20 Oct 2018 19:46:53 +0200
Subject: [PATCH] Closes #510

---
 docs/simplesamlphp-reference-sp-remote.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/simplesamlphp-reference-sp-remote.md b/docs/simplesamlphp-reference-sp-remote.md
index 1ddddab60..b8d6bee53 100644
--- a/docs/simplesamlphp-reference-sp-remote.md
+++ b/docs/simplesamlphp-reference-sp-remote.md
@@ -270,6 +270,7 @@ The following SAML 2.0 options are available:
     the `attributes` array). For more advanced control over `NameID`,
     including the ability to specify any attribute regardless of
     the set sent to the SP, see the [NameID processing filters](./saml:nameid).
+    Note that the value of the attribute is collected **after** authproc-filters have run.
 
 :   Typical values can be `mail` for when using the `email` format,
     and `eduPersonTargetedID` when using the `persistent` format.
-- 
GitLab