forked from friendica/friendica-addons
Log SAML errors in saml_sso_reply
This commit is contained in:
parent
4b3b79c894
commit
7b69546ab4
|
@ -123,6 +123,7 @@ function saml_sso_reply($a) {
|
||||||
|
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
echo "Errors encountered.";
|
echo "Errors encountered.";
|
||||||
|
Logger::error(implode(', ', $errors));
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue