19 declare(strict_types=1);
28 $this->
logger = $DIC->logger()->auth();
38 $this->
logger->debug(
'Returning fixed provider for auth mode: ' . $credentials->
getAuthMode());
45 $sequence = $auth_determination->getAuthModeSequence($credentials->
getUsername());
48 foreach ($sequence as $position => $authmode) {
62 switch ((
int) $a_authmode) {
64 $ldap_info = explode(
'_', $a_authmode);
65 $this->
logger->debug(
'Using ldap authentication with credentials ');
69 $this->
logger->debug(
'Using local database authentication');
73 $this->
logger->debug(
'Using SOAP authentication.');
77 $this->
logger->debug(
'Using apache authentication.');
81 $this->
logger->debug(
'Using CAS authentication');
85 $this->
logger->debug(
'Using shibboleth authentication.');
89 $this->
logger->debug(
'Using lti provider authentication.');
93 $this->
logger->debug(
'Using ecs authentication.');
97 $this->
logger->debug(
'Using apache authentication.');
101 $this->
logger->debug(
'Using openid connect authentication.');
105 $this->
logger->debug(
'Plugin authentication: ' . $a_authmode);
107 $provider = $pl->getProvider($credentials, $a_authmode);
const AUTH_OPENID_CONNECT
getProviders(ilAuthCredentials $credentials)
Interface of auth credentials.
CAS authentication provider.
getUsername()
Get username.
static getIdpIdByAuthMode(string $a_auth_mode)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static getAuthPlugins()
Get active enabled auth plugins.
Standard interface for auth provider implementations.
Auth prvider for ecs auth.
OAuth based lti authentication.
static _getInstance()
Get instance.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAuthMode()
Get auth mode.
getProviderByAuthMode(ilAuthCredentials $credentials, $a_authmode)