/rest-users-connector

A midPoint rest connector example consuming the rest-users-api

Primary LanguageJava

rest-users-connectors

A sample Rest Connector for midPoint implementing the Rest Connector Superclass model

Installation

  1. Clone this repository
git clone git@github.com:Identicum/rest-users-connector.git
  1. Compile the sources and run the application
cd rest-users-connector
mvn clean package
  1. Copy the connector jar to the midpoint folder
cp target/rest-users-connector-0.0.X-SNAPSHOT.jar $MIDPOINT_HOME/var/icf-connectors/
  1. Restart midPoint

  2. Create the resource using the connector

References