This commit is contained in:
jf-cbd
2026-03-06 16:53:14 +01:00
parent fea51d740d
commit a02db83d0a
3 changed files with 5 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ class LoginWebPageTest extends ItopDataTestCase
public function testNoPolicyFileWithForceLoginConf()
{
MetaModel::GetConfig()->Set('security.force_login_when_no_authentication_policy', true);
MetaModel::GetConfig()->Set('security.force_login_when_no_delegated_authentication_endpoints_list', true);
$sPageContent = $this->CallItopUri(
"pages/exec.php?exec_module=extension-with-execution-policy&exec_page=src/Controller/FileNotInExecutionPolicy.php",