We are creating the AD group using Provisioner API and group is also created on AD successfully.
We have defined the create group provisioning policy form but it’s not invoking the form, and not deriving the attributes from there.
Does anyone face this issue and is there any workaround?
Providing form for group creation will open when you trigger create from entitlement catalog .
Or you need to create custom quicklink and attach form to workflow to do that user can provide required input snd then call the code which you have shared to create group .
Hi @vishal_kejriwal1 Thanks for your response, as per your comment I understand that Providing form for group creation will not be invoked when we do the provisioning by creating the custom plan.
In our case we have multiple application where we are creating the group on target (different connectors) and some static attributes values that will not change any time, so we have planned to add in the create group provisioning policy form.
Can you please let me know if there is any workaround for this apart from you suggested.