Is there a description of how to configure a Provisioning Command in a custom task wf?
I want to update one attribute in an AD for a group of users.
What is the exact difference between Update an account and Update an account attribute?
I see the Account Name as an attribute. I suppose this one is needed as a unique identifier. But how do I add other attributes I want to update? I've tried right clicking, left clicking, dragging.
Hi Bas,
The Provisioning Node reflects what is configured within the AFX connector. The connector must first be associated to a business source in order for it to be configured within the Provisioning Node.
In the below, you can see that the Parameters added to the specific capability are then visible within the Provisioning Node:
What is the exact use case you're trying to achieve and is the use of a Custom Workflow the best approach? You mention the need to update a 'group' of users which will require loop logic within the workflow.
If you do go with this approach, I'd also recommend adding error handling by capturing the status code:
000034403 - Provisioning node CommandStatusCode and CommandStatusMessage in RSA Identity Governance & Lifecycle
Thanks,
Clive