Asynchronous Provisioning Connector (Built-In)
Built-in identity connector for asynchronous (message-based) provisioning operations.
| Functionality | experimental |
| Development status | active (actively developed and maintained) |
| Support status | experimental |
| Origin | Evolveum |
| Support provided by | Evolveum |
| Target systems | Asynchronous message receivers |
| Source code | https://github.com/Evolveum/midpoint/tree/master/provisioning/ucf-impl-builtin/src/main/java/com/evolveum/midpoint/provisioning/ucf/impl/builtin/async/provisioning |
| Documentation | https://docs.evolveum.com/midpoint/reference/resources/asynchronous/outbound/ |
Asynchronous Provisioning Connector is a midPoint-specific built-in connector that implements provisioning operations mediated by an asynchronous (usually message-based) communication. There are situations where a target resource is not accessible in a direct, synchronous, CRUD-like way. Such a resource can receive commands to add, modify, or delete accounts and other objects, but processes them asynchronously - in an unspecified time.
This connector implements the outbound (provisioning) communication direction. The Asynchronous Update Connector implements the inbound (synchronization) direction.
Was this page helpful?
YES
NO
Thanks for your feedback