Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 8b52031

Browse files
melangervyskocilpavel
authored andcommitted
Update listOfSps.php
1 parent f10ff20 commit 8b52031

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

www/listOfSps.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
if (!empty($facilityAttributes[$perunSaml2EntityIdAttr]['value'])) {
110110
$samlServices[$facility->getId()] = [
111111
'facility' => $facility,
112+
'name' => $facilityAttributes[$perunServiceNameAttr],
112113
'loginURL' => $facilityAttributes[$perunLoginURLAttr],
113114
'showOnServiceList' => $facilityAttributes[$perunShowOnServiceListAttr],
114115
'facilityAttributes' => $facilityAttributes
@@ -190,7 +191,5 @@
190191
$t->data['samlServices'] = $samlServices;
191192
$t->data['oidcServices'] = $oidcServices;
192193
$t->data['allServices'] = $allServices;
193-
$t->data['loginURLAttribute'] = $perunLoginURLAttr;
194-
$t->data['serviceNameAttribute'] = $perunServiceNameAttr;
195194
$t->show();
196195
}

0 commit comments

Comments
 (0)