19 require_once(
"../vendor/composer/vendor/autoload.php");
20 require_once(
"../artifacts/bootstrap_default.php");
31 !isset(
$server[
'HTTP_SHIB_APPLICATION_ID'])
32 && !isset(
$server[
'Shib-Application-ID'])
33 && !isset(
$server[
'REDIRECT_Shib_Application_ID'])
35 $factory =
$DIC->ui()->factory();
36 $message_box = $factory->messageBox()->failure(
"The file shib_login.php must be protected by Shibboleth, otherwise you cannot use Shibboleth authentication.")->withButtons([
37 $factory->button()->standard(
'Open Documentation',
'./Services/AuthShibboleth/README.md')
40 $DIC->ui()->mainTemplate()->setContent(
$DIC->ui()->renderer()->render($message_box));
41 $DIC->ui()->mainTemplate()->printToStdout();
47 $DIC->ui()->mainTemplate(),
static getLogger(string $a_component_id)
Get component logger.
entry_point(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...