diff --git a/lib/Controller/SAMLController.php b/lib/Controller/SAMLController.php index 6806c4f..983fb3e 100644 --- a/lib/Controller/SAMLController.php +++ b/lib/Controller/SAMLController.php @@ -250,6 +250,8 @@ class SAMLController extends Controller { $auth = new Auth($this->SAMLSettings->getOneLoginSettingsArray($idp)); $auth->processResponse($AuthNRequestID); + $this->logger->debug('Attributes send by the IDP: ' . json_encode($auth->getAttributes())); + $errors = $auth->getErrors(); if (!empty($errors)) {