From 298080df2e4ac45db49e2276c1b7b223bd669cf8 Mon Sep 17 00:00:00 2001
From: Dick Visser <dick.visser@geant.org>
Date: Tue, 20 Nov 2018 23:20:20 +0100
Subject: [PATCH] Updated docs

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

diff --git a/docs/simplesamlphp-authproc.md b/docs/simplesamlphp-authproc.md
index d66762e4b..77fd086c9 100644
--- a/docs/simplesamlphp-authproc.md
+++ b/docs/simplesamlphp-authproc.md
@@ -111,7 +111,7 @@ Filters can be added both in `hosted` and `remote` metadata. Here is an example
 		'certificate'		=>	'example.org.crt',
 		'auth'				=>	'feide',
 		'authproc' => [
-			40 => 'preprodwarning:Warning',
+			40 => 'core:TargetedID',
 		],
 	]
 
@@ -143,7 +143,6 @@ The following filters are included in the SimpleSAMLphp distribution:
 - [`core:TargetedID`](./core:authproc_targetedid): Generate the `eduPersonTargetedID` attribute.
 - [`core:WarnShortSSOInterval`](./core:authproc_warnshortssointerval): Give a warning if the user logs into the same SP twice within a few seconds.
 - [`expirycheck:ExpiryDate`](./expirycheck:expirycheck): Block access to accounts that have expired.
-- [`preprodwarning:Warning`](./preprodwarning:warning): Warn the user about accessing a test IdP.
 - [`saml:AttributeNameID`](./saml:nameid): Generate custom NameID with the value of an attribute.
 - [`saml:AuthnContextClassRef`](./saml:authproc_authncontextclassref): Set the authentication context in the response.
 - [`saml:ExpectedAuthnContextClassRef`](./saml:authproc_expectedauthncontextclassref): Verify the user's authentication context.
-- 
GitLab