Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MidPoint Provisioning Plugin

Excerpt
The MidPoint Provisioning Plugin provisions users to Evolveum midPoint using the midPoint REST API. (experimental)


Note

This plugin is new with COmanage version 3.3.0 and is considered experimental.

...

  1. This is a non-core plugin, see Installing and Enabling Registry Plugins for more information.
  2. Set up a midPoint installation.
    1. Specifics are beyond the scope of this document.
    2. The plugin was developed with the Dockerized Getting Started with midPoint simple demo.
  3. Define a new Server in Registry.
    1. Servers > Add a New Server
      1. Type : HTTP
    2. Configure the Server as follows
      1. Server URL : base URL of midPoint REST API URL, for example https://midpoint.example.org/midpoint/ws/rest
      2. Username : username of appropriately privileged midPoint user (default is Administrator)
      3. Password : password of appropriately privileged midPoint user (default is 5ecr3t)
  4. Configure a new Provisioning Target in Registry.
    1. Configuration > Provisioning Targets > Add Provisioning Target
      1. Plugin: MidPointProvisioner
      2. On the next page, select the Server created in the previous step, as well as the identifier type that will be used as the person's midPoint username.

...