Active Roles Workflow - After Entra/Azure Object Is Created

Hello,

I am looking to Execute an Active Roles Workflow after the creation of an Entra Object. Is this supported? I don't see a place to scope in "Azure" when building out the Workflow policies.

It would be as simple as something like onPostCreate for a Security Group in Entra; Execute a script Module.

Any guidance on how to go about this would be apprciated.

Thanks

Josh

Parents
  • Though not great, the workaround I have implemented for this is to create a temporary "shadow" group on premises (which is never linked to the cloud object) over which you can enforce policy and/or execute change workflows.  The policy script and/or workflow can then create and act on the cloud object.  Once the cloud-only object is "fully formed", the temporary on prem group is deleted.

Reply
  • Though not great, the workaround I have implemented for this is to create a temporary "shadow" group on premises (which is never linked to the cloud object) over which you can enforce policy and/or execute change workflows.  The policy script and/or workflow can then create and act on the cloud object.  Once the cloud-only object is "fully formed", the temporary on prem group is deleted.

Children
No Data