Task #2673
openImplement report of managed values of mapped attribute
0%
Description
Implement report of values of multi-valued attribute mapped from roles for a certain system mapping. System may have tens or hundreds of roles which overrides mapping of a multi-valued attribute. To check whether those values are still valid (especially in case of virtual systems) we need report that will show which roles fill which values. Checking this in GUI is very slow.
To generate this report you will select system in IDM (or a certain provisioning mapping) and a multi-valued attribute from this mapping. IDM will find every role that overrides mapping of this attribute and get the value it returns.
Example of the report:Role code | Role Name | Role environment | value |
---|---|---|---|
LDAP_basic_access | LDAP Basic Access | production | cn=basic_access,ou=groups,o=mycompany,c=cz |
LDAP_advanced_access | LDAP Advanced Access | production | cn=advanced_access,ou=groups,o=mycompany,c=cz |
LDAP_admins | LDAP Administrators | production | cn=admins,ou=groups,o=mycompany,c=cz |
LDAP_dynamic | LDAP dynamic access | production | script evaluation - no data |
If the attribute mapping in role does anything else besides returning a constant String or numeric value the report will contain info "script evaluation - no data".
No data to display