Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-24497

The example sentence for SAML authentication in the manual is incorrect.

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • 6.0.28
    • Documentation (D)
    • S24-W20/21
    • 0.5

      Please change "$SSO_SETTINGS" to "$SSO[SETTINGS]".

      3 Authentication

      If using a load balancer to connect to Zabbix instance, where the load balancer uses TLS/SSL and Zabbix does not, you must indicate 'baseurl', 'strict' and 'use_proxy_headers' parameters as follows:

      $SSO_SETTINGS=['strict' => false, 'baseurl' => "https://zabbix.example.com/zabbix/", 'use_proxy_headers' => true]
      

      Configuration example:

      $SSO['SETTINGS'] = [
          'security' => [
              'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha384'
              'digestAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#sha384',
              // ...
          ],
          // ...
      ];
      

            martins-v Martins Valkovskis
            kazuo.ito Kazuo Ito
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: