From 91782e270a6ffc9403ec30ce73eaa72983678fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 16 Jun 2008 12:52:50 +0000 Subject: [PATCH] changed the default returnidparam from idpentityid to entityID git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@663 44740490-163a-0410-bde0-09ae8108e29a --- www/saml2/sp/idpdisco.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/saml2/sp/idpdisco.php b/www/saml2/sp/idpdisco.php index cc16ffef5..67b8022e7 100644 --- a/www/saml2/sp/idpdisco.php +++ b/www/saml2/sp/idpdisco.php @@ -33,7 +33,7 @@ try { // Default value for "returnIDParam". Added to support Shibboleth 2.0 SP which does not // send this parameter. // if (!isset($_GET['returnIDParam'])) throw new Exception('Missing parameter: returnIDParam'); - $returnidparam = 'idpentityid'; + $returnidparam = 'entityID'; // if (isset($_GET['returnIDParam'])) { -- GitLab