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

Commit 37f3448

Browse files
Merge pull request #57 from BaranekD/listOfSpsConfig
Changed config file for listOfSps
2 parents aa894ee + 124406f commit 37f3448

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ All notable changes to this project will be documented in this file.
4545
- Added disco-tpl template file
4646
- Method getUsersGroupsOnFacility in AdapterRpc was optimized
4747
- Searching of institutions on WAYF is accent-insensitive
48+
- Changed config file for listOfSps
4849

4950
[Fixed]
5051
- Fixed the bug generating Array to string conversion Exception in PerunAttributes,

www/listOfSps.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
use SimpleSAML\XHTML\Template;
66
use SimpleSAML\Error\Exception;
77

8-
const CONFIG_FILE_NAME = 'module_perun_listOfSps.php';
9-
const PROXY_IDENTIFIER = 'proxyIdentifier';
10-
const ATTRIBUTES_DEFINITIONS = 'attributesDefinitions';
11-
const SHOW_OIDC_SERVICES = 'showOIDCServices';
12-
13-
const PERUN_PROXY_IDENTIFIER_ATTR_NAME = 'perunProxyIdentifierAttr';
14-
const PERUN_LOGIN_URL_ATTR_NAME = 'loginURLAttr';
15-
const PERUN_TEST_SP_ATTR_NAME = 'isTestSpAttr';
16-
const PERUN_SHOW_ON_SERVICE_LIST_ATTR_NAME = 'showOnServiceListAttr';
17-
const PERUN_SAML2_ENTITY_ID_ATTR_NAME = 'SAML2EntityIdAttr';
18-
const PERUN_OIDC_CLIENT_ID_ATTR_NAME = 'OIDCClientIdAttr';
8+
const CONFIG_FILE_NAME = 'module_perun.php';
9+
const PROXY_IDENTIFIER = 'listOfSps.proxyIdentifier';
10+
const ATTRIBUTES_DEFINITIONS = 'listOfSps.attributesDefinitions';
11+
const SHOW_OIDC_SERVICES = 'listOfSps.showOIDCServices';
12+
13+
const PERUN_PROXY_IDENTIFIER_ATTR_NAME = 'listOfSps.perunProxyIdentifierAttr';
14+
const PERUN_LOGIN_URL_ATTR_NAME = 'listOfSps.loginURLAttr';
15+
const PERUN_TEST_SP_ATTR_NAME = 'listOfSps.isTestSpAttr';
16+
const PERUN_SHOW_ON_SERVICE_LIST_ATTR_NAME = 'listOfSps.showOnServiceListAttr';
17+
const PERUN_SAML2_ENTITY_ID_ATTR_NAME = 'listOfSps.SAML2EntityIdAttr';
18+
const PERUN_OIDC_CLIENT_ID_ATTR_NAME = 'listOfSps.OIDCClientIdAttr';
1919

2020
$config = Configuration::getInstance();
2121
$conf = Configuration::getConfig(CONFIG_FILE_NAME);

0 commit comments

Comments
 (0)