protected function SamlService::isAuthenticated in SAML Authentication 8
Same name and namespace in other branches
- 8.2 src/SamlService.php \Drupal\samlauth\SamlService::isAuthenticated()
Return value
bool if a valid user was fetched from the saml assertion this request.
1 call to SamlService::isAuthenticated()
- SamlService::acs in src/
SamlService.php - Process a SAML response (assertion consumer service)
File
- src/
SamlService.php, line 119 - Contains Drupal\samlauth\SamlService.
Class
- SamlService
- Class SamlService.
Namespace
Drupal\samlauthCode
protected function isAuthenticated() {
return $this->auth
->isAuthenticated();
}