Skip to content
Snippets Groups Projects
Commit 91782e27 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

changed the default returnidparam from idpentityid to entityID

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@663 44740490-163a-0410-bde0-09ae8108e29a
parent e24fe2b5
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ try { ...@@ -33,7 +33,7 @@ try {
// Default value for "returnIDParam". Added to support Shibboleth 2.0 SP which does not // Default value for "returnIDParam". Added to support Shibboleth 2.0 SP which does not
// send this parameter. // send this parameter.
// if (!isset($_GET['returnIDParam'])) throw new Exception('Missing parameter: returnIDParam'); // if (!isset($_GET['returnIDParam'])) throw new Exception('Missing parameter: returnIDParam');
$returnidparam = 'idpentityid'; $returnidparam = 'entityID';
// //
if (isset($_GET['returnIDParam'])) { if (isset($_GET['returnIDParam'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment