Hello,
I have Zabbix 6.4.10 with a SAML authentication and the jit provisionning. When a user try to autenticate, there is this error:

The error is alse found in the PostgreSQL log file:
2024-02-13 13:14:55.947 GMT [1832929] ERROR: duplicate key value violates unique constraint "scim_group_1"
2024-02-13 13:14:55.947 GMT [1832929] DETAIL: Key (name)=(*****-dev) already exists.
2024-02-13 13:14:55.947 GMT [1832929] STATEMENT: INSERT INTO scim_group (scim_groupid,name) VALUES ('45','*****-dev'),('46','*****-dev'),('47','*****-prod'),('48','*****-prod'),('49','*****-dev'),('50','*****-prod')
There is a mistake in the request because there is only 2 groups to add but zabbix try to add the groups more than once in the request.
I have Zabbix 6.4.10 with a SAML authentication and the jit provisionning. When a user try to autenticate, there is this error:
The error is alse found in the PostgreSQL log file:
2024-02-13 13:14:55.947 GMT [1832929] ERROR: duplicate key value violates unique constraint "scim_group_1"
2024-02-13 13:14:55.947 GMT [1832929] DETAIL: Key (name)=(*****-dev) already exists.
2024-02-13 13:14:55.947 GMT [1832929] STATEMENT: INSERT INTO scim_group (scim_groupid,name) VALUES ('45','*****-dev'),('46','*****-dev'),('47','*****-prod'),('48','*****-prod'),('49','*****-dev'),('50','*****-prod')
There is a mistake in the request because there is only 2 groups to add but zabbix try to add the groups more than once in the request.