Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 803 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 803 Bytes

rest-users-connectors

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

Installation

  1. Clone this repository
git clone [email protected]: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