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

Commit a18d091

Browse files
committed
Removed template config file module_perun_listOfSps.php
1 parent 37f3448 commit a18d091

File tree

3 files changed

+58
-47
lines changed

3 files changed

+58
-47
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ All notable changes to this project will be documented in this file.
5151
- Fixed the bug generating Array to string conversion Exception in PerunAttributes,
5252
when storing one Perun attribute to more SAML attribute
5353

54+
[Removed]
55+
- Removed template config file module_perun_listOfSps.php
56+
(Configuration of listOfSps.php page is moved to module_perun.php)
57+
5458
## [v2.2.0]
5559
[Added]
5660
- List of services is displayed as JSON if parameter 'output=json' is set in URL

config-templates/module_perun.php

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,58 @@
106106
),
107107
),
108108

109+
/**
110+
****************************************
111+
* Part of configuration for listOfSps *
112+
****************************************
113+
*/
114+
115+
/**
116+
* Specify the unique identifier of proxy
117+
*/
118+
'listOfSps.proxyIdentifier' => '',
119+
120+
/**
121+
* If true, page shows list of SAML2 and OIDC services. If false page shows only SAML2 services
122+
*/
123+
'listOfSps.showOIDCServices' => true / false,
124+
125+
/**
126+
* Specify attribute name for facility attribute proxy identifiers
127+
*/
128+
'listOfSps.perunProxyIdentifierAttr' => '',
129+
130+
/**
131+
* Specify attribute name for facility attribute with loginUrL for service
132+
*/
133+
'listOfSps.loginURLAttr' => '',
134+
135+
/**
136+
* Specify attribute name for facility attribute with information, if service is in test environment
137+
*/
138+
'listOfSps.isTestSpAttr' => '',
139+
140+
/**
141+
* Specify attribute name for facility attribute with information, if facility may be shown on service list or not
142+
*/
143+
'listOfSps.showOnServiceListAttr' => '',
144+
145+
/**
146+
* Specify attribute name for facility attribute with service EntityId
147+
*/
148+
'listOfSps.SAML2EntityIdAttr' => '',
149+
150+
/**
151+
* Specify attribute name for facility attribute with service OIDC ClientId
152+
*/
153+
'listOfSps.OIDCClientIdAttr' => '',
154+
155+
/**
156+
* Specify list of facility attributes, which will be shown
157+
*/
158+
'listOfSps.attributesDefinitions' => array(
159+
''
160+
),
161+
162+
109163
);

config-templates/module_perun_listOfSps.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)