This repository was archived by the owner on Sep 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change 55use SimpleSAML \XHTML \Template ;
66use 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 );
You can’t perform that action at this time.
0 commit comments