Hi,
We have an in-house target web application configure in IdentityIQ 8.1. In this application, usually identities have multiple entitlements in their accounts.
The issue is when browsing any identity details to see their entitelments, IdentityIQ is showing the same entitlement for all identities.
Any idea what is going on here.
thanks
Hi @kalabid,
the correct configuration for multple entitlements is this:
you must configure like managed, entitlement and multi the attribute of account that detect the id or the name of entitlement. Also, the type of attribute could be the same of the element you want correlate.
In this example:
the type of account attribute “groups” is “group” like the object type.
You must be sure that the account attribute contains the same values of identity attribute of object and the identity attribute must be unique.
Hi @Emanuele Nistri,
Thank you for your reply but I don’t have any groups in application config as shown below:
the account object:
and the permission objec:
The desired grouping is similar to Responisbilities section. Note that Responisbilities is extracted from other application and brought here for illustration only.
Hi @kalabid,
what i meant whit groups are you permission.
it’s configured well, but I have some dubts.
In your account attribute like type permissions, the name of the attribute is PERMISSIONARDESC but the identity attribute of permission object is PERMISSIONCODE. Also, PERMISSIONARDESC attribute in permissions object is type permissions and some properties.
This means, you correlating the account and permission with two different attribute with different values.
- If dont exists nested permissions, change the type of PERMISSIONARDESC in object permissions like string and delete the properties.
- If exist an attribute colled PERMISSIONCODE use this instead of PERMISSIONARDESC. Id dont exist, change the identity attribute of permissions with PERMISSIONARDESC
and aggregate group first and account another time
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.