Show if SAML is enabled in the server info tool

This commit is contained in:
Jan Böhmer 2023-03-04 17:27:09 +01:00
parent 2ae34b856a
commit 49e521404a
2 changed files with 18 additions and 1 deletions

View file

@ -77,6 +77,7 @@ class ToolsController extends AbstractController
'error_page_admin_email' => $this->getParameter('partdb.error_pages.admin_email'),
'configured_max_file_size' => $this->getParameter('partdb.attachments.max_file_size'),
'effective_max_file_size' => $attachmentSubmitHandler->getMaximumAllowedUploadSize(),
'saml_enabled' => $this->getParameter('partdb.saml.enabled'),
//PHP section
'php_version' => PHP_VERSION,