Configure the web service operation to trigger different end-points for different type of managed attribute type request

Which IIQ version are you inquiring about?

8.3P4

Share all details about your problem, including any error messages you may have received.

We have a web service based application where it has groups and roles to manage. I have created two schema object types (group and role) and since the end point to add group and to add role are different we need to create different operations. Create ‘Add Entitlement’ and ‘AddEntitlement-role’ operations in configuration with the respective end-points.
How can we configure the operation to trigger ‘Add Entitlement-role’ when user requested role from access request and ‘Add Entitlement’ when user requested group?

@kavithak

You cannot have Add Entitlement-role, just have Add Entitlement and in the before Operation rule of Add Entitlement operation you should overwrite the end points and body accordingly based on the provisioning plans attribute request of type group vs role

This should be your approach for this

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.