Skip to content
Snippets Groups Projects
Commit 49adfcca authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo Committed by GitHub
Browse files

Make sure to set the default namespace to keep backwards compatibility

parent e128a4db
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ MSG;
continue;
}
list($namespace, $name) = SimpleSAML\Utils\Attributes::getAttributeNamespace($name);
list($namespace, $name) = SimpleSAML\Utils\Attributes::getAttributeNamespace($name, 'http://schemas.xmlsoap.org/claims');
foreach ($values as $value) {
if ((!isset($value)) || ($value === '')) {
continue;
......
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