Skip to content
Snippets Groups Projects
Commit 246ea87d authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Do not drop UIInfo from SSP array style metadata

It seems likely to be copied from the 1.x way of generating SSP metadata
which also has this removal of UIInfo from the array from the very first
commit: 132a0dd2. But it seems safe to just remove the unset since we do add
UIInfo for IdP generated array form metadata.

Closes: #1808
parent 8c6ee7dd
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,6 @@ class Federation
$xml = $builder->getEntityDescriptorText(true);
// sanitize the resulting array
unset($metadata['UIInfo']);
unset($metadata['metadata-set']);
unset($metadata['entityid']);
......
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