From: very-ape Date: Mon, 17 May 2021 04:25:21 +0000 (-0700) Subject: Log SAML errors in saml_sso_reply X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b69546ab4299101ec9443a4aec8a31b9521fb19;p=friendica-addons.git Log SAML errors in saml_sso_reply --- diff --git a/saml/saml.php b/saml/saml.php index 03f4bffe..9484fb6f 100755 --- a/saml/saml.php +++ b/saml/saml.php @@ -123,6 +123,7 @@ function saml_sso_reply($a) { if (!empty($errors)) { echo "Errors encountered."; + Logger::error(implode(', ', $errors)); exit(); }