-
Change Request
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
None
-
Sprint 107 (Dec 2023), S2401, S24-W6/7, S24-W8/9, S24-W10/11, S24-W12/13, S24-W14/15, S24-W16/17, S24-W18/19, S24-W20/21
-
6
Summary
Zabbix has a great capability to provide just-in-time user provisioning via LDAP, SAML. Unfortunately there are few pain points that limit Zabbix users:
- User media is limited to one provisioned value (e.g. one email address);
- No editing of provisioned user media attributes (e.g. working hours or severity), they are set enabled 24*7 for all severities;
- User has no possibility to add alternative email/phone number which is not registered in IdP (identity provider), like additional support person's email or private number for specific occasion (which should not be added to corporate IdP);
- No user media attribute updates with SCIM;
- Incorrect re-creation of Zabbix user profile when primary email/login name has changed in SAML IdP;
- Current SAML implementation has limited functionality for IdP's that use complex response structures and various name ID formats.
All above pain points basically comes from 2 deficiencies:
- There is no attribute indicator to specify source (manually entered, IdP provisioned) for user media;
- Zabbix SCIM/SAML request filter parser needs to be improved to gain better compatibility with 3rd party IdP's and be more flexible with data retrieval from these IdP's.
Use case
- As a user I want to:
- add additional media types (e.g. alternative email) besides provisioned ones;
- provision all my email addresses from IdP and keep first as an active primary one;
- set custom working hours, severity for user media, also with enabled identity provisioning;
- receive correct user attribute updates from SAML IdP's.
- depends on
-
ZBXNEXT-8147 JIT User provisioning - Add possibilities to edit some user media preference
- Closed
-
ZBXNEXT-8379 Allow auto provisioned users to change media severity
- Closed
- mentioned in
-
Page Loading...