From 57d54246005c4fcca31fa7c6ebfcd4ca3aceede4 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Fri, 9 Aug 2019 17:56:52 +0200 Subject: [PATCH] Update authpage.php --- modules/exampleauth/www/authpage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exampleauth/www/authpage.php b/modules/exampleauth/www/authpage.php index 6c34995ec..7bc87a5a1 100644 --- a/modules/exampleauth/www/authpage.php +++ b/modules/exampleauth/www/authpage.php @@ -18,7 +18,7 @@ $returnTo = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']); /* * The following piece of code would never be found in a real authentication page. Its * purpose in this example is to make this example safer in the case where the - * administrator of * the IdP leaves the exampleauth-module enabled in a production + * administrator of the IdP leaves the exampleauth-module enabled in a production * environment. * * What we do here is to extract the $state-array identifier, and check that it belongs to -- GitLab