-
-
Notifications
You must be signed in to change notification settings - Fork 43
Connectors Guide
OpenIDM-4.5 Connectors Guide
https://github.com/OpenIdentityPlatform/OpenIDM/wiki/old/OpenIDM-4.5-Connectors-Guide.pdf
Warning
This guide is still a work in progress and does not yet list all the connectors that are supported with OpenIDM.
| Connector | Description |
|---|---|
| Generic LDAP Connector | The generic LDAP connector is based on JNDI, and can be used to connect to any LDAPv3- compliant directory server, such as OpenDJ, Active Directory, SunDS, Oracle Directory Server Enterprise Edition, IBM Security Directory Server, and OpenLDAP. |
| CSV File Connector | The CSV file connector is useful when importing users, either for initial provisioning or for ongoing updates. When used continuously in production, a CSV file serves as a change log, often containing only user records that have changed. |
| Database Table Connector | The Database Table connector enables provisioning to a single table in a JDBC database. |
| PowerShell Connector | The scripted PowerShell Connector toolkit allows you to create a connector customized to communicate with Microsoft systems such as Azure AD and Active Directory. |
| Groovy Connector | The scripted Groovy Connector toolkit enables you to run a Groovy script for any OpenICF operation, such as search, update, create, and others, on any external resource. |
| Scripted SAP Connector | The scripted SAP connector is an implementation of the Scripted Groovy Connector Toolkit that connects to any SAP system using the SAP JCo Java libraries. |
| Scripted SSH Connector | The scripted SSH connector is an implementation of the Scripted Groovy Connector Toolkit, and is based on Java Secure Channel (JSch) and the Java implementation of the Expect library (Expect4j). This connector enables you to interact with any SSH server, using Groovy scripts for the OpenICF operations. |
| Google Apps Connector | The Google Apps connector enables you to interact with Google's web applications. |
| Google Apps Connector | The Google Apps connector enables you to interact with Google's web applications. |
| Scripted Kerberos Connector | The Kerberos connector enables you to manage Kerberos user principals from OpenIDM. Users of the Kerberos connector are not expected to edit the bundled Groovy scripts. The bundled scripts use the kadmin utility to communicate with the Kerberos server. |
| [[Salesforce Connector] | The Salesforce connector enables provisioning, reconciliation, and synchronization between Salesforce and the OpenIDM repository. |
| XML File Connector | The XML File connector is really useful only in a demonstration context and should not be used in the general provisioning of XML data stores. |
| Active Directory Connector | The Active Directory connector is a legacy connector, written in C# for the .NET platform. |
OpenIDM is an open-source identity management solution that automates user provisioning, synchronization, and lifecycle management. It supports integration with diverse systems, enabling secure, centralized control over user identities and access.
OpenIDM enables you to consolidate multiple identity sources for policy and workflow-based management. OpenIDM can consume, transform and feed data to external sources so that you maintain control over the identities of users, devices and other objects.
OpenIDM provides a modern UI experience that allows you to manage your data without writing a single line of code. The standard RESTful interfaces also offer ultimate flexibility so that you can customize and develop the product to fit the requirements of your deployment.

