ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Namespaces | |
SimpleSAMLphp | |
Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes. | |
Variables | |
if(!array_key_exists('AuthState', $_REQUEST)) | $authStateId = $_REQUEST['AuthState'] |
if(array_key_exists('otp', $_REQUEST)) | else |
$globalConfig = SimpleSAML_Configuration::getInstance() | |
$t = new SimpleSAML_XHTML_Template($globalConfig, 'authYubiKey:yubikeylogin.php') | |
$t | data ['stateparams'] = array('AuthState' => $authStateId) |
$t | data ['errorcode'] = $errorCode |
$t | data ['errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages() |
$t | data ['logo_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/logo.jpg') |
$t | data ['devicepic_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/yubikey.jpg') |
if (!array_key_exists( 'AuthState', $_REQUEST)) $authStateId = $_REQUEST['AuthState'] |
Definition at line 15 of file yubikeylogin.php.
Referenced by sspmod_authYubiKey_Auth_Source_YubiKey\handleLogin(), sspmod_core_Auth_UserPassOrgBase\handleLogin(), sspmod_core_Auth_UserPassBase\handleLogin(), and sspmod_core_Auth_UserPassOrgBase\listOrganizations().
$globalConfig = SimpleSAML_Configuration::getInstance() |
Definition at line 30 of file yubikeylogin.php.
$t = new SimpleSAML_XHTML_Template($globalConfig, 'authYubiKey:yubikeylogin.php') |
Definition at line 31 of file yubikeylogin.php.
$t data[ 'stateparams'] = array('AuthState' => $authStateId) |
Definition at line 32 of file yubikeylogin.php.
$t data[ 'errorcode'] = $errorCode |
Definition at line 33 of file yubikeylogin.php.
$t data[ 'errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages() |
Definition at line 34 of file yubikeylogin.php.
$t data[ 'logo_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/logo.jpg') |
Definition at line 35 of file yubikeylogin.php.
$t data[ 'devicepic_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/yubikey.jpg') |
Definition at line 36 of file yubikeylogin.php.
if (!empty( $otp)) else |
Definition at line 19 of file yubikeylogin.php.