Ad Widget

Collapse

Disable Zabbix Internal Authentication.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Darshan
    Junior Member
    • Apr 2021
    • 3

    #1

    Disable Zabbix Internal Authentication.


    Hey Everyone,

    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.

    Regards,
    Darshan

  • frank108
    Junior Member
    • Mar 2022
    • 15

    #2
    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.

    Comment

    • frank108
      Junior Member
      • Mar 2022
      • 15

      #3
      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 :
      PHP Code:
      $WEB_FORM false
      and then use it in the frontend view.

      Comment

      Working...