I’m trying to configure an application where entitlements overlap across multiple Access Profiles and I’m running into an unwanted behavior in IdentityNow.
Context
I have multiple Access Profiles configured, for example:
AP1: E1, E2, E3
AP2: E1, E2
Issue
When a user is assigned AP1, IdentityNow automatically detects that the user also has the entitlements that make up AP2 and ends up assigning AP2 to the user as well.
This is not the desired behavior. During a certification campaign, the user will then appear with both AP1 and AP2, even though AP2 may be completely unrelated from a business perspective for that user.
I would always say it’s best to model APs on the function being enabled in the application and keep the “business” modelling as roles. So, in your case AP1 has Ent1 and Ent2, AP2 has Ent3. Role1 has AP1 and AP2, Role2 has AP1.