Release 2.0.27 (#4107)
This commit is contained in:
@@ -79,7 +79,7 @@ class SamlAuthenticator extends AbstractAuthenticator
|
||||
|
||||
$oneLoginAuth->processResponse();
|
||||
|
||||
// $this->logger->debug('Received SAML response: ' . $oneLoginAuth->getLastResponseXML());
|
||||
// file_put_contents(__DIR__ . '/../../var/log/saml.xml', $oneLoginAuth->getLastResponseXML());
|
||||
|
||||
if ($oneLoginAuth->getErrors()) {
|
||||
throw new AuthenticationException($oneLoginAuth->getLastErrorReason());
|
||||
|
||||
Reference in New Issue
Block a user