Name Last Update
..
conf Loading commit data...
data Loading commit data...
script Loading commit data...
README Loading commit data...

README

XML connector sample using a SCIM like schema in OpenIDM

Please refer to the sample documentation

http://openidm.forgerock.org/doc/install-guide/OpenIDM-Install-Guide.html#chap-sample

Curently the sample only works when using a mysql repository!

Short description:
In this example a basic reconciliation between OpenIDM and an external XML based resource will be set up. The steps that have to be performed are:

$ cd /path/to/openidm
$ cp -r samples/sample7/conf .
$ cp -r samples/sample7/data .
$ cp -r samples/sample7/script .

The following command will start a one time reconciliation which will create the users from the xml file in the OpenIDM repository of a running server:

curl -u openidm-admin:openidm-admin -X POST "http://localhost:8080/openidm/sync?_action=recon&mapping=systemXmlfileAccounts_managedUser"