Skip to main content

Reltio

"Reltio provides a cloud-native, SaaS data platform that synthesizes multi-source, complex data into a single source of trusted information."

Configuration​

Reference: Reltio Client Credentials Grant Type, Reltio Developr Portal, Client Credentials Grant Type Specification

Setting up Reltio​

Login to the Console.

Click on the Clent Credentials box found at the bottom of the page.

Reltio >

Click on the SELECT CUSTOMER button.

Reltio >

In the dialog Click on the row of the desired customer.

Reltio >

Click on the + CREATE NEW link in the top right corner of the table.

Reltio >

Fill the Create new client form ensuring that the Roles field has a ROLE_API value set.

Reltio >

Configuring Workday OAuth Credentials in crul​

Navigate to the credentials page in crul (top right corner menu credentials).

OAuth > Reltio

Click the create button.

Select OAuth Provider (Client Credentials) from the type dropdown, then select Reltio from the provider dropdown.

OAuth > Reltio

Enter the Client ID and Client Secret previously copied values into credentials form entry.

Click the create button.

OAuth > Reltio

Test the credential by running the following query. You should see a populated token.access_token column in the results.

oauth --credential "reltio"

OAuth > Reltio

Getting the Reltio Tenant Id and Host​

The address bar of the UI console will provide you the host. Copy this value.

OAuth > host

Click on the top left dropdown in the UI console.

OAuth > tenant id

A dialog will launch and copy the desired Tenant Id.

OAuth > tenant id value

Reltio mapping reference​

Reltio API resources and documentation use various references to URL paths and hosts and tenant identifiers. In this example we will assume the following dummy host and tenant id values and provide the associated mapping cheat sheet.

Example:​

host: https://dummy-0123.reltio.com
tenant id: dummy_tenant_0123

Mappings:​

environmentURL: https://dummy-0123.reltio.com
ApplicationURL: https://dummy-0123.reltio.com
TenantURL: https://dummy-0123.reltio.com/reltio/api/dummy_tenant_0123
tenant_id: dummy_tenant_0123
tenantID: dummy_tenant_0123