Hey!
I've been following this documentation on how to set up the connection with Azure AD (https://www.zabbix.com/documentation...stall/azure_ad) but I cant get it to work. Im running Zabbix 6.4.
There has been different errors when I test the connection, the reply adress is http and not https, the reply adress is the lokal IP-adress etc. but the current one is that Zabbix tels me "Invalid array settings: idp_cert_or_fingerprint_not_found_and_required".

The Zabbix-server is behind a HAproxy, is there anything I need to configure there?
These are my settings in the frontend

The cert-file is also placed in /usr/share/zabbix/conf/certs# as ipd.cer and the settings in the zabbix.conf.php i set as
//$SSO['IDP_CERT'] = 'conf/certs/idp.cer';
//$SSO['SETTINGS'] = ['use_proxy_headers' => true];
I've been following this documentation on how to set up the connection with Azure AD (https://www.zabbix.com/documentation...stall/azure_ad) but I cant get it to work. Im running Zabbix 6.4.
There has been different errors when I test the connection, the reply adress is http and not https, the reply adress is the lokal IP-adress etc. but the current one is that Zabbix tels me "Invalid array settings: idp_cert_or_fingerprint_not_found_and_required".
The Zabbix-server is behind a HAproxy, is there anything I need to configure there?
These are my settings in the frontend
The cert-file is also placed in /usr/share/zabbix/conf/certs# as ipd.cer and the settings in the zabbix.conf.php i set as
//$SSO['IDP_CERT'] = 'conf/certs/idp.cer';
//$SSO['SETTINGS'] = ['use_proxy_headers' => true];
Comment