19 declare(strict_types=1);
42 $this->
getLogger()->debug(
'Starting cas authentication attempt... ');
50 phpCAS::setVerbose(
false);
51 $this->
getLogger()->debug(
'Create client... ');
60 phpCAS::setNoCasServerValidation();
61 $this->
getLogger()->debug(
'Fore CAS auth... ');
62 phpCAS::forceAuthentication();
63 $this->
getLogger()->debug(
'Fore CAS auth done.');
65 $this->
getLogger()->error(
'Cas authentication failed with message: ' . $e->getMessage());
71 $this->
getLogger()->debug(
'CAS user is empty.');
75 $this->
getLogger()->debug(
'user name set to CAS user.');
84 if ($local_user !==
'' && $local_user !==
null) {
85 $this->
getLogger()->debug(
'CAS authentication successful.');
91 if (!$this->
getSettings()->isUserCreationEnabled()) {
92 $this->
getLogger()->debug(
'User creation disabled. No valid local account found');
98 $new_name = $importer->create($this->
getCredentials()->getUsername());
100 if ($new_name ===
'') {
101 $this->
getLogger()->debug(
'User creation failed.');
121 $sync->setUserData(array());
122 $sync->forceCreation(
true);
125 $internal_account = $sync->sync();
127 $this->
getLogger()->warning(
'Authentication failed with message: ' . $e->getMessage());
135 $this->
getLogger()->warning(
'User creation disabled. No valid local account found');
static getDataSource(int $a_auth_mode)
Interface of auth credentials.
CAS authentication provider.
static getInstanceByServerId(int $a_server_id)
Get instance by server id.
Thrown in case of failed synchronisation settings.
Synchronization of user accounts used in auth container ldap, cas,...
static _lookupId($a_user_str)
static _checkExternalAuthAccount(string $a_auth, string $a_account, bool $tryFallback=true)
check whether external account and authentication method matches with a user
doAuthentication(ilAuthStatus $status)
CAS user creation helper.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
handleAuthenticationFail(ilAuthStatus $status, string $a_reason)
Handle failed authentication.
Base class for authentication providers (ldap, apache, ...)
static isDataSourceActive(int $a_auth_mode)
Check if a data source is active for a specific auth mode.
setExternalAccount(string $a_ext)
Set external account (unique for each auth mode)
setStatus(int $a_status)
Set auth status.
ilAuthCredentials $credentials
handleLDAPDataSource(ilAuthStatus $status)
const STATUS_AUTHENTICATED
client()
description: > This example shows how a Progress Bar can be rendered and used on the client...
__construct(ilAuthCredentials $credentials)
__construct(Container $dic, ilPlugin $plugin)
setAuthenticatedUserId(int $a_id)
Auth status implementation.
static getInstance()
Get singleton instance.