Log SAML errors in saml_sso_reply

This commit is contained in:
very-ape 2021-05-16 21:25:21 -07:00
parent 4b3b79c894
commit 7b69546ab4
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ function saml_sso_reply($a) {
if (!empty($errors)) {
echo "Errors encountered.";
Logger::error(implode(', ', $errors));
exit();
}