Hi,
I'm trying to get SAML SSO login working with Zabbix, not for web-monitoring, but for authentication/authorisation to the web UI. However I'm getting the following error.
The response was received at http://zabbix.example.com:8080/index_sso.php instead of https://zabbix.example.com/index_sso.php?acs
I'm running the Zabbix web frontend (as well as all the oher components) in a Docker container with a Traefik v2.2 reverse-proxy which handles the TLS termination, this works really well for every aspect of my setup except for the above error during the SAML exchange.
It looks like the web UI component is getting confused that the SAML response is coming in on my reverse-proxy URL instead of directly to the docker container and port.
IS there some config I'm missing somewhere?
Thanks,
Mark
I'm trying to get SAML SSO login working with Zabbix, not for web-monitoring, but for authentication/authorisation to the web UI. However I'm getting the following error.
The response was received at http://zabbix.example.com:8080/index_sso.php instead of https://zabbix.example.com/index_sso.php?acs
I'm running the Zabbix web frontend (as well as all the oher components) in a Docker container with a Traefik v2.2 reverse-proxy which handles the TLS termination, this works really well for every aspect of my setup except for the above error during the SAML exchange.
It looks like the web UI component is getting confused that the SAML response is coming in on my reverse-proxy URL instead of directly to the docker container and port.
IS there some config I'm missing somewhere?
Thanks,
Mark
Need to merge this into the Zabbix code or add these settings to Zabbix Frontend Configuration.
Comment