In the CA Identity Portal 14.0, we were able to use a screen logical attribute as a target permission. This behavior has changed in subsequent releases. Is there a way to pass a logical attribute as a target permission in 14.4?
Release : 14.4
Component : Identity Suite Virtual Appliance
There are two approaches. Either use a defined physical attribute or use a Logical Attribute Handler (LAH).
For example, create an empty class in a Logical Attribute Handler, that contains empty methods: toLogical() and toPhysical() and added the Logical Screen attributes there. We can now add them as target permissions.