public function SimplesamlphpAuthTestManager::externalAuthenticate in simpleSAMLphp Authentication 8.3
Forwards the user to the IdP for authentication.
Overrides SimplesamlphpAuthManager::externalAuthenticate
File
- tests/
simplesamlphp_auth_test/ src/ SimplesamlphpAuthTestManager.php, line 22
Class
- SimplesamlphpAuthTestManager
- Mock SimplesamlphpAuthManager class for testing purposes.
Namespace
Drupal\simplesamlphp_auth_testCode
public function externalAuthenticate() {
$this->authenticated = TRUE;
}