You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5.0 introduced some new settings that are managed via zabbix.conf.php including those for SAML authentication. On a CentOS 7 installation this file is located in /etc/zabbix/web.
These would be added to the zabbix::web class.
Particular configuration settings to manage:
$SSO['SP_KEY'] = '<path to the SP private key file>';
$SSO['SP_CERT'] = '<path to the SP cert file>';
$SSO['IDP_CERT'] = '<path to the IDP cert file>';
$SSO['SETTINGS']
5.0 introduced some new settings that are managed via
zabbix.conf.php
including those for SAML authentication. On a CentOS 7 installation this file is located in/etc/zabbix/web
.These would be added to the
zabbix::web
class.Particular configuration settings to manage:
Reference: https://www.zabbix.com/documentation/current/manual/web_interface/frontend_sections/administration/authentication#saml_authentication
The text was updated successfully, but these errors were encountered: