Creating a from scratch ICF connector

This is an old post, but it might be worth to add some clarification.

  1. You could write a connector without providing a schema (e.g the Schema operation can just return an empty Schema object). This schema is used as a template by the UI to generate the object types in the provisioner file configuration - using the /system endpoint action createFullConfig. This is discussed in https://community.forgerock.com/t/developing-a-groovy-connector

  2. The schema that is displayed in the Object Types tab in the connector’s admin UI is derived from the provisioner configuration.

Regards
Patrick

2 Likes