Hi,
I have a Zabbix 7.0.11 and configured SAML SSO with Keycloak 26.
SSO is OK when zabbix user is already created.
But,
My user "gilles" has multiple groups : G1, G2, G3, G4, G5 ......
When I want to use SCIM Procisioning, I got an SQL error :
SQL statement execution has failed "INSERT INTO scim_group (scim_groupid,name) VALUES ('55','G1'),('56','G2'),('57','G3'),('58','G4'),(' 59','G5'),......".
At the end, the user is created into Zabbix as SAML provisioned, but i cant connect with it :-(
Any idea ?
Regards,
Gilles.
I have a Zabbix 7.0.11 and configured SAML SSO with Keycloak 26.
SSO is OK when zabbix user is already created.
But,
My user "gilles" has multiple groups : G1, G2, G3, G4, G5 ......
When I want to use SCIM Procisioning, I got an SQL error :
SQL statement execution has failed "INSERT INTO scim_group (scim_groupid,name) VALUES ('55','G1'),('56','G2'),('57','G3'),('58','G4'),(' 59','G5'),......".
At the end, the user is created into Zabbix as SAML provisioned, but i cant connect with it :-(
Any idea ?
Regards,
Gilles.
Comment