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

roll back revision 1272.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1273 44740490-163a-0410-bde0-09ae8108e29a
parent e59afef8
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,13 @@ class sspmod_core_Auth_Process_AttributeLimit extends SimpleSAML_Auth_Processing
}
} elseif (array_key_exists('attributes', $request['Destination'])) {
$this->allowedAttributes = $request['Destination']['attributes'];
} else {
/*
* When no list of attributes is provided in filter config, and no
* attributes is listed in the destionation metadata, no filtering
* will be performed. Default behaviour is letting all attributes through
*/
return;
}
}
......
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