Skip to content

Commit 246ea87

Browse files
committed
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: 132a0dd. But it seems safe to just remove the unset since we do add UIInfo for IdP generated array form metadata. Closes: #1808
1 parent 8c6ee7d commit 246ea87

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/admin/src/Controller/Federation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ private function getHostedSP(): array
358358
$xml = $builder->getEntityDescriptorText(true);
359359

360360
// sanitize the resulting array
361-
unset($metadata['UIInfo']);
362361
unset($metadata['metadata-set']);
363362
unset($metadata['entityid']);
364363

0 commit comments

Comments
 (0)