ILIAS
release_8 Revision v8.19
|
Go to the source code of this file.
Variables | |
$cookie_path = dirname(str_replace($_SERVER['PATH_INFO'], '', $_SERVER['PHP_SELF'])) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More... | |
$_GET ['client_id'] = substr(rtrim($_SERVER['PATH_INFO'], '/'), strrpos($_SERVER['PATH_INFO'], '/') + 1) | |
$_SERVER ['PATH_INFO'] = substr($_SERVER['PATH_INFO'], 0, strrpos(rtrim($_SERVER['PATH_INFO'], '/'), '/')) | |
$ilias_main_directory = './' | |
$i = 0 | |
const | IL_COOKIE_PATH (isset($_GET["client_id"])) $cookie_path |
$factory = new ilSamlAuthFactory() | |
$auth = $factory->auth() | |
$_GET[ 'client_id'] = substr(rtrim($_SERVER['PATH_INFO'], '/'), strrpos($_SERVER['PATH_INFO'], '/') + 1) |
Definition at line 21 of file saml1-acs.php.
Referenced by ilSoapFunctions\__call(), ilCronStartUp\__construct(), ilOrgUnitGlobalSettingsGUI\__construct(), ilOrgUnitPositionGUI\__construct(), ilObjOrgUnitGUI\__construct(), ilStartUpGUI\_checkGoto(), ilObjOrgUnitGUI\addAdminLocatorItems(), ilLocalUserGUI\assignRoles(), ilLocalUserGUI\assignSave(), ilInitialisation\blockedAuthentication(), assQuestionGUI\cancel(), ilObjSystemFolderGUI\changeHeaderTitleObject(), ilLocalUserGUI\checkGlobalRoles(), ilLocalUserGUI\checkPermission(), ilOrgUnitStaffGUI\confirmRemoveUser(), ilECSMappingSettingsGUI\cShowLocalExplorer(), ilOrgUnitTypeGUI\delete(), ilObjOrgUnitGUI\deleteObject(), ilECSMappingSettingsGUI\dShowCmsExplorer(), ilECSMappingSettingsGUI\dShowLocalExplorer(), ilOrgUnitTypeGUI\edit(), ilOrgUnitTypeGUI\editAMD(), ilOrgUnitTypeGUI\editCustomIcons(), ilNusoapUserAdministrationAdapter\enableWSDL(), ilObjOrgUnitGUI\executeCommand(), ilObjTestGUI\fetchAuthoringQuestionIdParameter(), ilOrgUnitUserAssignmentTableGUI\fillRow(), ilOrgUnitStaffTableGUI\fillRow(), ilOrgUnitRecursiveUserAssignmentTableGUI\fillRow(), ilOrgUnitStaffGUI\fromEmployeeToSuperior(), ilOrgUnitStaffGUI\fromSuperiorToEmployee(), ilObjGroupReferenceListGUI\getCommandLink(), ilObjCourseReferenceListGUI\getCommandLink(), ilInitialisation\getCurrentCmd(), ilTestQuestionsTableGUI\getEditLink(), ilObjStudyProgrammeMembersGUI\getGetPrgsIds(), ilOrgUnitExplorerGUI\getNodeContent(), ilObjStudyProgrammeMembersGUI\getPrgrsId(), ILIAS\OrgUnit\Provider\OrgUnitToolProvider\getTreeRecursion(), ilInitialisation\goToPublicSection(), ilDelegatingHandler\handle(), ilObjTestGUI\infoScreen(), ilInitialisation\initHTML(), XapiProxy\DataService\initIlias(), ilCalendarRemoteAccessHandler\initLimitEnabled(), ilAssQuestionPreviewGUI\initQuestion(), ilInitialisation\initRefinery(), ilAssQuestionPreviewGUI\isCommentingRequired(), ilOrgUnitUserAssignmentTableGUI\parseData(), ilCalendarRemoteAccessHandler\parseRequest(), ilLocalUserGUI\performDeleteUsers(), ilAssQuestionPreviewGUI\populatePreviewToolbar(), ilObjSystemFolderGUI\removeTranslationObject(), ilInitialisation\removeUnsafeCharacters(), ILIAS\GlobalScreen\Client\ContentRenderer\run(), assQuestionGUI\saveEdit(), wsdl\serialize(), ilOrgUnitExtensionGUI\setLocator(), ilLocalUserGUI\setTableGUIBasicData(), ilHTTPS\shouldSwitchProtocol(), ilLocalUserGUI\showRolesTable(), ilOrgUnitExtensionGUI\showTree(), ilPlainTextHandler\tables(), ilLoggingErrorFileStorage\tables(), ilOrgUnitTypeGUI\update(), ilOrgUnitTypeGUI\updateAMD(), ilOrgUnitTypeGUI\updateCustomIcons(), ilRegistrationSettingsGUI\view(), and ilObjOrgUnitGUI\view().
$_SERVER[ 'PATH_INFO'] = substr($_SERVER['PATH_INFO'], 0, strrpos(rtrim($_SERVER['PATH_INFO'], '/'), '/')) |
Definition at line 22 of file saml1-acs.php.
$auth = $factory->auth() |
Definition at line 60 of file saml1-acs.php.
if (!is_file(getcwd() . '/ilias.ini.php')) $cookie_path = dirname(str_replace($_SERVER['PATH_INFO'], '', $_SERVER['PHP_SELF'])) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file saml1-acs.php.
$factory = new ilSamlAuthFactory() |
Definition at line 59 of file saml1-acs.php.
$i = 0 |
Definition at line 28 of file saml1-acs.php.
$ilias_main_directory = './' |
Definition at line 26 of file saml1-acs.php.
const IL_COOKIE_PATH(isset( $_GET["client_id"])) $cookie_path |
Definition at line 51 of file saml1-acs.php.