Ad Widget

Collapse

SAML SSO with Keycloak

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gbt
    Junior Member
    • Jul 2025
    • 6

    #1

    SAML SSO with Keycloak

    Hi,

    I'm trying to integrate my Zabbix 7.0 cluster with Keycloak 26.
    I read the official documentation and some blogs.
    But when I test it, it fail with message : "Found an Attribute element with duplicated Name"

    How can I debug this issue ?
    Is the issue is on KC side ? on the client mapper ?
  • Answer selected by gbt at 07-07-2025, 10:11.
    gbt
    Junior Member
    • Jul 2025
    • 6

    I solved my issue by changing the client mapper.
    Per default, Keycloak send a role list as a list of attribute with the same name : Role
    I changed this behavior by adding a role list as a one attribute with multiple values. (Single Role Attribute)

    Comment

    • gbt
      Junior Member
      • Jul 2025
      • 6

      #2
      I solved my issue by changing the client mapper.
      Per default, Keycloak send a role list as a list of attribute with the same name : Role
      I changed this behavior by adding a role list as a one attribute with multiple values. (Single Role Attribute)

      Comment

      Working...