Inside Activate
Security Group Compliance Mana...
Security Group Compliance Manager Connector_Events
3 min
connector events define how activate processes security group compliance manager compliance changes when ad objects or group memberships are modified, activate evaluates configured connector events based on resource mappings and workflow configuration ad object changes (adchangehandler) the adchangehandler processes changes to ad objects when the changed object is a group if the group is mapped to a groupresource in activate, the connector events parameter on that groupresource is evaluated if no connector events parameter exists, or the group is not mapped to a groupresource, events are sourced from the changeworkflow under resources → activedirectory if no workflow nodes are configured at this level, an exception is thrown ad group membership changes (adgroupmember) the adgroupmember handler processes changes to group membership processing occurs sequentially in the following order if the group is mapped to a groupresource, its connector events are processed if the member row usage flags include distributionlists, the connector events on the dlresource are processed if the member row is mapped to a service, the connector events on the service are processed more than one set of connector events can execute for a single membership change while supported, this configuration is not generally recommended commit behaviour connector events processing determines whether a change is committed if any processing stage actions the change, it is committed if no processing stage actions the change, it remains pending configuration considerations when designing ad compliance behaviour ensure groupresource mappings are clearly defined confirm connector events are configured at the correct level (groupresource, dlresource, or service) validate that the activedirectory changeworkflow contains appropriate nodes where required clear separation of responsibility between resource mappings and workflow configuration helps ensure predictable compliance processing