• Overview
  • Configuration

Domo

Streamline user management with Domo and ADManager Plus integration

Identity provisioning

Domo is a data visualization platform that helps organizations make data-driven decisions by consolidating and visualizing their business data. By integrating Domo with ManageEngine ADManager Plus, organizations can automate user lifecycle management, simplifying user provisioning and deprovisioning in Domo based user records in Active Directory (AD).

 

Streamlined user provisioning

Automating user creation and updates ensures that IT teams can efficiently manage user accounts across both AD and Domo, which reduces administrative overhead.

 

Improved data accuracy

Synchronizing user data between AD and Domo ensures that both platforms have consistent and up-to-date user information, which eliminates errors and discrepancies that can arise from manual data entry.

 

Enhanced security

Automating updates to user roles and permissions ensure that access to Domo is aligned with organizational policies, which reduces the risk of unauthorized access and improves compliance with security standards.

 

How to configure integrate Domo integration in ADManager Plus

Prerequisites

Please ensure to provide the API key and credentials to retrieve desired information and perform tasks in Domo. Refer to Domo API references for more details.

Privileges

To import users (inbound action): Ensure the account used for authorization has permission to read all user accounts.

To perform any action or query in Domo (outbound action): Ensure the account used for authorization has permission to perform the desired action.

Note: ADManager Plus comes with a preconfigured set of APIs that helps perform basic actions with the integration. If the action you require is not available, please gather the necessary API details from the Domo API documentation to configure under inbound/outbound webhooks to perform the required actions.

Authorization configuration

  • Log in to ADManager Plus and navigate to Directory/Application Settings.
  • Go to Application Integrations, then search for and select Domo.
  • Toggle the Enable Domo Integration button on.
  • In the Domo Configuration page, click Authorization.
  • Choose Bearer as the authorization type for the API integration.
  • Navigate to and click on the API widget within the integration configuration panel to configure custom authentication.
  • In the API for Authorization window:
    • Go to the Endpoint URL field and replace {hostname} with the hostname of your Domo instance.
    • In the Headers section, input the following details:
      • client_id: Enter the client ID associated with your Domo instance.
      • client_secret: Enter the client secret corresponding to your Domo instance.
      • scope: Specify the required scope for your integration.
      • In the Parameters section, replace placeholders {username}, {password}, and {company} with the corresponding credentials and company identifier for your Domo instance.
    • Click the Test and Configure button to validate the settings and complete the integration.
    • Select the generated access token, then click Save.
  • Click Configure.

Inbound webhook configuration

Inbound webhook enables you to fetch user data from Domo to ADManager Plus. The attribute mapping configured in this section can be selected as the data source during automation configuration. To configure an inbound webhook for Domo:

  • Under Inbound Webhook, click Domo Endpoint Configuration.
  • In the Endpoint URL field, replace {hostname} with the hostname of your Domo instance.
  • Enter the appropriate API-Key associated with your Domo instance in the Headers section.
  • Replace {username}, {password}, and {company} in the Message Type field with the respective credentials for your Domo instance.
  • Click Test and Configure to validate the settings and complete the configuration process.
  • Click Test & Save. A response window will display all the requested parameters that can be fetched using the API call. After verifying whether the requested parameters have been called to action, click Proceed.
  • Note:

    • Refer to Domo's API references to know the Parameters that must be configured to fetch only specific parameters.
    • You can configure multiple endpoints for Domo using the + Add API endpoint button. Click here to learn how.
  • Click Data Source - LDAP Attribute Mapping to match endpoints and to map AD LDAP attributes with the respective attributes in Domo.
  • Click + Add New Configuration and perform the following:
    • Enter the Configuration Name and Description, then select the Automation Category from the drop-down menu.
    • In the Select Endpoint field, select the desired endpoint and a Primary Key that is unique to a user (e.g. employeeIdentifier).
    • Note: When multiple endpoints are configured, this attribute must hold the same value in all the endpoints.
    • In the Attribute Mapping field, select the attribute from the LDAP Attribute Name drop-down menu and map it with the respective attribute in Domo.
    • If you would like to create a new custom format for this, click Add New Format.
    • Click Save.

Outbound webhook configuration

Outbound webhook enables you to send changes made in AD to Domo, and carry out tasks in Domo—all from ADManager Plus. The webhooks configured in this section can be included in Orchestration Templates, which in turn can be used during event-driven and scheduled automations. They can also be applied directly on desired users to perform a sequence of actions on them (Management > Advanced Management > Orchestration). To configure outbound webhooks for Domo:

  • Under Outbound Webhook, click Domo Webhook Configuration.
  • Click + Add Webhook.
  • Enter a name and description for this webhook.
  • Decide on the action that has to be performed and refer to Domo's API references for the API details, such as URL, and the headers, parameters, and other requirements that will be needed.
  • Select the HTTP method that will enable you to perform the desired action on the endpoint from the drop-down menu.
  • Enter the endpoint URL.
  • Configure the Headers, Parameters, and Message Type in the appropriate format based on the API call that you would like to perform.
  • Click Test and Save.
  • A pop-up window will then display a list of AD users and groups to test the configured API call. Select the desired user or group over which this API request has to be tested, then click OK. This will make a real time call to the endpoint URL, and the selected objects' will be modified as per the configuration.
  • The webhook response and request details will then be displayed. Verify them for the expected API behavior, then click Save.