Skip to content

How to add SSO (SAML) authentication #134

Answered by fibbs
axlmrlls asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, I have SAML based auth working, with Keycloak. Please also read Zabbix's official documentation on how to configure SAML for the certificates, the needed settings under Administration (Web UI URL), the needed settings in Authentication and such.

regarding the Helm-based installation, this is the portion of values.yaml for the zabbixWeb component:

zabbixWeb:
  enabled: true
  replicaCount: 2
  podAntiAffinity: true
  samlCertsSecretName: zabbix-web-samlcerts
  extraEnv:
    - name: ZBX_SSO_SETTINGS
      value: '{"baseurl": "https://zabbix.my-company.org"}'
    - name: ZBX_MEMORYLIMIT
      value: 512M

The relevant parts for SAML are:

  • ZBX_SSO_SETTINGS env variable also referring to t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by axlmrlls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants