thrownew\RuntimeException('Configured unique ID is not present in SAML response.');
}
if(isset($unique_id)&&isset($account)){
$this->doLogin($unique_id,$account);
}
// Remember SAML session values that may be necessary for logout.
$auth=$this->getSamlAuth('acs');
@@ -531,7 +530,7 @@ class SamlService {
thrownewUserVisibleException('No existing user account matches the SAML ID provided. This authentication service is not configured to create new accounts.');
$this->logger->warning('Denying login: SAML login for unique ID @saml_id matches existing Drupal account @uid which we are not allowed to link because it has roles @roles.',[