Hello,
We have the 6.4 Appliance deployed with Hyper-V. We have external access through https://zabbix.domain.com using nginx and local authentication works. I have gone through the guide SAML setup with Microsoft Azure AD, and I'm certain I'm near the end.
The issue I'm running into is after successfully authenticating through Azure, I am greeted with the below error.
I have set the below line in the /usr/share/zabbix/conf/zabbix.conf.php file and restarted the appliance, but I still get the same error.
I'm not sure what else I can check. Please let me know if there is anything else I can provide to help!
We have the 6.4 Appliance deployed with Hyper-V. We have external access through https://zabbix.domain.com using nginx and local authentication works. I have gone through the guide SAML setup with Microsoft Azure AD, and I'm certain I'm near the end.
The issue I'm running into is after successfully authenticating through Azure, I am greeted with the below error.
The reply URL 'http://<internal server IP>/index_sso.php?acs' specified in the request does not match the reply URLs configured for the application 'https://zabbix.domain.com/zabbix/sp'. Make sure the reply URL sent in the request matches one added to your application in the Azure portal.
Code:
$SSO['SETTINGS'] = ['strict' => false, 'baseurl' => "https://zabbix.domain.com/", 'use_proxy_headers' => true];
Comment