Unify and manage your data

Configure the Reltio Connector for MuleSoft to authenticate with client credentials

Learn how to configure the Reltio Connector for MuleSoft connection settings to authenticate with client credentials.

In order to update the settings, ensure you have Anypoint Studio installed and a project with the Reltio Connector for MuleSoft. If not, see topics Install Reltio Connector for MuleSoft and Test a project with the Reltio Connector for MuleSoft.
You must configure the Reltio Connector for MuleSoft connection settings to authenticate with client credentials.

Basic authentication with username and password was deprecated in Reltio Connector for MuleSoft version 2.4.0.

To configure authentication with client credentials:
  1. In Anypoint Studio, open your project.
  2. In the pom.xml file, confirm the Reltio Connector for MuleSoft version is 2.4.0 or above.
    If you need to upgrade, see topic Upgrade the Reltio Connector for MuleSoft.
  3. Navigate to the connection settings.
    1. Open the Flows.
    2. Select global.xml.
    3. Select Global Elements.
    4. Under Global Configuration Elements, select the Reltio configuration.
    5. Select Edit
  4. In the Connection settings, for Grant type select CLIENT_CREDENTIALS and then enter your Client ID and secret.
    If you need new client credentials, see topic Add new client.
    Note: The role assigned to the client needs to be same as for the existing integration service user.
  5. Select Test Connection... to verify the connection works.
  6. Select OK.
Your connector now uses client credentials for authentication.