// for each URL, check until we find *one* that matches the $_GET['sso_referer'], then skip the rest
if ($protocol.trim($mu).$master_auth_uri === $_GET['sso_referer']) {
$matches_domain = true;
break;
}
}
} else {
error_log('Your sso_authentication_master param is empty. Check the platform configuration, security section. It can be a list of comma-separated domains');
}
}
foreach ($master_urls as $mu) {
if (empty($mu)) { continue; }
// for each URL, check until we find *one* that matches the $_GET['sso_referer'], then skip the rest
if ($protocol.trim($mu).$master_auth_uri === $_GET['sso_referer']) {
$matches_domain = true;
break;
}
}
} else {
error_log('Your sso_authentication_master param is empty. Check the platform configuration, security section. It can be a list of comma-separated domains');