IdM Connectors

All interactions with your target applications are performed using connectors in OpenIAM. These operations include:

  • Provisioning and de-provisioning.
  • Password reset.
  • Data imports.
  • Reconciliation.

Connectors are services that are able to:

  • Receive messages from the message bus sent from other services in OpenIAM.
  • Convert data received through the bus into a format understandable by the target application.
  • Perform operations on the target application such as connect, create, update, etc.
  • Send the result (success, failure, error messages) of the operation back to the core OpenIAM service via the message bus.

Connector model

While there is consistency in the connector interface and with how the connectors are deployed, there are differences in how they are configured and how they interact with each application. This is largely driven by the integration and functional requirements of the target application. Most connectors can be used to both synchronize (import) data as well as for provisioning and de-provisioning. Unless indicated in the table below, all connectors support the ability to:

  • Import information
  • Perform CRUD operations
  • Manage the addition/removal of entitlement information on a user
  • Reset passwords

Before you can do anything with a connector, the following two prerequisites must be performed. Details for each can be found in their respective sections.

OperationDescription
Deploy and start the connectorOpenIAM provides a collection of connectors, and your deployment will most likely utilize a subset of these. In order to use a connector, we must:
  • Deploy the connector
  • Start the connector
  • Register the connector
Details about deployment and the registration process can be found in the topic link, followed by the connector-specific documentation.
Connect to your applicationOnce a connector has been registered, we can establish a connection with the corresponding application or SaaS solution.

Connector-specific documentation

The tables below list the connectors by category. Please note that you can download the connector needed from OpenIAM knowledge base available at https://help.openiam.com/knowledge. Make sure to use the connector that corresponds to your version of OpenIAM.

Common infrastructure connectors

The connectors listed below provide integration with an enterprise infrastructure or can be used across several applications.

Integration TypeDescriptionFile nameSpecifications
LDAPIntegrates with directories that support the LDAP protocol such as OpenLDAP, eDirectory, OpenDJ, and Active Directory.ldap-connector-rabbitmq
LinuxIntegrates with multiple Linux OS including RHEL, CentOS, and Ubuntu.linux-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
SCIMThis connector provides integration with applications that support the SCIM standard.scim-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
DatabaseIntegrates with database tables using JDBC.jdbc-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
CSVProvides the ability to import data for various objects using a CSV file format. This is a read-only connector.OS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
Git EnterpriseConnector provides the ability to manage users and their entitlements within Git EnterpriseOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
Red Hat IPAThis connector provides integration with Red Hat IPA and provides the ability to manage a Red Hat Linux infrastructure.ipa-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
ScriptAllows for the creation of a new connector using scripting. This model is often faster than creating a full connector.script-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
Source AdapterConnector acts as an SFTP/HTTPS server which can receive files from an authorized source to trigger provisioning/deprovisioning.OS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.

Microsoft Applications

The connectors for Microsoft applications differ from most other connectors in the OpenIAM stack because they are implemented using .NET and PowerShell. These technologies require a Windows Server host and are described in the Microsoft section.

Application NameDescriptionSpecifications
Active Directory (PowerShell)Connector enables the management of users and groups in Active Directory4 (v)CPU; 8GB RAM; 100 GB disk space.
Azure ADConnector enables the management of users across a variety of resources in Azure AD.4 (v)CPU; 8GB RAM; 100 GB disk space.
Dynamics365Connector enables the management of users and related permissions in Dynamics3654 (v)CPU; 8GB RAM; 100 GB disk space.
Azure DevOpsRead-only connector which imports user access across a variety of resources found in Azure DevOps4 (v)CPU; 8GB RAM; 100 GB disk space.
ExchangeConnector provides the ability to manage mailboxes and related permissions in Exchange4 (v)CPU; 8GB RAM; 100 GB disk space.
LDAPThe connector to be used with any directory which supports the LDAP and LDAPS protocols such as OpenLDAP, Active Directory or eDirectory.4 (v)CPU; 8GB RAM; 100 GB disk space.
SQL ServerConnector provides the ability to manage user access at both the SQL Server and Database levels.4 (v)CPU; 8GB RAM; 100 GB disk space.
Windows LocalProvides the ability to manage users and their access in Local servers.4 (v)CPU; 8GB RAM; 100 GB disk space.
SuccessFactorsConnects with OpenIAM and allows performing numerous operations.4 (v)CPU; 8GB RAM; 100 GB disk space.
Microsoft PS GraphAllows managing Azure identities from OpenIAM by running the Microsoft Graph PowerShell module.4 (v)CPU; 8GB RAM; 100 GB disk space.

ERP Applications

Application NameDescriptionFile nameSpecification
ADPRead-only connector which imports employees and their information from ADP.adp-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
KronosRead-only connector which imports employees and their information from Kronos.kronos-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
Oracle EBSRead-only connector which can import user responsibilities from Oracle EBS.oracle-ebs-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
Oracle RDBMSOracle connector provides an ability to get user data and user permissions from Oracle RDBMS system and provision data to Oracle RDBMS.oracle-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
Oracle IDCSThe Oracle Identity Cloud Service connector allows creating and onboarding Identity Cloud Service applications in Oracle Identity Governance.oracle-idcs-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
SAPIntegrates with SAP Hana S/3.saps4hana-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
SAP FioriIntegrates with SAP Fiori Apps.sap-fiori-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
WorkdayRead-only connector which imports employees and their level of access in Workday.workday-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.

SaaS Applications

Application NameDescriptionFile nameSpecification
BoomiRead-only connector which provides the ability to import users and their entitlements from Boomi.boomi-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
BoxUsed to securely connect to Box cloud-based file storage and content management servicebox-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
FreshdeskConnector provides the ability to manage users and their entitlements within Freshdeskfreshdesk-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
FreshserviceConnector provides the ability to manage users and their entitlements within Freshservice.freshservice-connector-rabbitmqCore: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
GSuiteConnector provides the ability to manage users and their entitlements within G Suite.google-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
LastpassRead-only connector which provides the ability to import users and their entitlements from Lastpasslastpass-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
PostgresSQLPostgreSQL connector allows to synchronize users, groups and group memberships from PostgreSQL DB to OpenIAM.postgresql-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
RexxRexx connector allows to synchronize users from Rexx HR system to OpenIAM.rexx-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
Salesforce.comConnector provides the ability to manage users and their entitlements within Salesforce.comsalesforce-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
TableauConnector provides the ability to manage users and their entitlements within Tableau.tableau-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
ThalesProvides the ability to manage users and their entitlements from Thales.thales-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.

Cloud providers

Application NameDescriptionFile nameSpecification
AWSConnector provides the ability to manage users and their access to a variety of resources within the AWS Cloud environment.aws-connector-rabbitmqOS: CentOS 9; RAM: 256 min, depending on load/usage; Space: 1.5 GB min.
Azure CloudConnector provides the ability to manage users and their access to a variety of resources within the Azure Cloud environment.4 (v)CPU; 8GB RAM; 100 GB disk space.