34include_once(
'Auth/Auth.php');
57 $_POST[
'username'] =
'dummy';
58 $_POST[
'password'] =
'dummy';
59 parent::__construct($container,$a_options,
'',
false);
60 $this->setSessionName(
"_authhttp".md5(CLIENT_ID));
An exception for terminatinating execution or to throw for unit testing.
Authentication class for ECS users (access to remote courses)
supportsRedirects()
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section....
__construct($container, $a_options=array())
Constructor.