If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
We have enabled SSO on the Zabbix front end and we are able to login to Zabbix with SSO user accounts. I was wondering if we can disable the internal authentication and depend only on the SSO.
I can't find it either.
There is a documentation about disable simple http authentication: https://www.zabbix.com/documentation...ntication/http ,
but this looks as valid only for http authentication, it doesn't remove or disable web form.
What is the benefit of SSO if web form can't be disabled.
As temporary, ugly fix, I've edit /usr/share/zabbix/ui/include/views/general.login.php
and commented lines 63-79 that displays web form, and only SAML link remain.
However, this will be overwritten on the next update.
It would be good to have some variable in /etc/zabbix/web/zabbix.conf.php,
something as :
Comment