Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-02-14 18:24:17 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-02-14 18:24:17 +0300
commitc1ab62ddac6235dffa6f6d17cd50f2e26205096e (patch)
treecffc0dd45ca9a133001d1b0a49f218a03dc990f0 /lib
parentc7dfbf26ec450d08fec3010b60dd9170d2fc40d4 (diff)
Log last error reason
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/SAMLController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/SAMLController.php b/lib/Controller/SAMLController.php
index 0645ce5e..8df7b655 100644
--- a/lib/Controller/SAMLController.php
+++ b/lib/Controller/SAMLController.php
@@ -193,6 +193,7 @@ class SAMLController extends Controller {
foreach($errors as $error) {
$this->logger->error($error, ['app' => $this->appName]);
}
+ $this->logger->error($auth->getLastErrorReason(), ['app' => $this->appName]);
}
if (!$auth->isAuthenticated()) {