A sample Rest Connector for midPoint implementing the Rest Connector Superclass model
- Clone this repository
git clone git@github.com:Identicum/rest-users-connector.git
- Compile the sources and run the application
cd rest-users-connector
mvn clean package
- Copy the connector jar to the midpoint folder
cp target/rest-users-connector-0.0.X-SNAPSHOT.jar $MIDPOINT_HOME/var/icf-connectors/
-
Restart midPoint
-
Create the resource using the connector
- Rest Users Api: https://github.com/Identicum/rest-users-api
- Rest Connector Superclass: https://wiki.evolveum.com/display/midPoint/REST+Connector+Superclass
- Rest Resource Example: https://github.com/Evolveum/midpoint/tree/master/samples/resources/rest