Configure Lookups

Configuration of lookups in this recipe is optional, unless this is a multi-tenant configuration.

This recipe contains one lookup table, labeled ORCL_UNIFIER_CONFIG_ERROR_LOOKUP.

For single tenant configurations (most common), configuration of lookups in this table is optional, and is only needed if you want to configure a list of email addresses that error notification emails should be sent to.

For multi-tentant configurations (less common), configuration of additional lookups is required.

To configure lookups:

  1. In the Lookups section, click Actions Actions icon on the lookup table, then select Edit.
  2. Optional: For the lookup named ErrorEmailAlertRecipientList, in the Value field, enter the email addresses, separated by a comma, of the people who should receive email notifications for any errors that might occur.
  3. For multi-tenant configurations, configure the following additional lookups.
    1. If you have not done so already, follow the instructions in the section, Obtain Tenant Information for the Access Token Request.

      In that section, you will send an HTTP header request using a curl command. The request returns a response that contains the required Unifier tenant information needed for both the access token request, and also the lookups mentioned below.

    2. For each of the lookups below, enter the corresponding values from the curl command response.

      Specifically:

      • For the MultiTenantEndpoint lookup, in the Value field, enter the value for <endpoint> from the curl command response.
      • For the MultiTenantHeader-x-unifier-tenant-code lookup, in the Value field, enter the value for <tenant-code> from the curl command response.
      • For the MultiTenantHeader-x-unifier-tenant lookup, in the Value field, enter the value for <tenant> from the curl command response.
      • For the access_token lookup, in the Value field, enter the value for <access_token> from the curl command response.
      {
          "data": {
              "endpoint": "<endpoint>",
              "access_token": "<access_token>",
              "expires_in": xxxx,
              "request_headers": {
                  "x-unifier-tenant-code": "<tenant-code>",
                  "x-unifier-tenant": "<tenant>"
              }
          },
              "message": [],
              "status": 200
      }
  4. Click Save.
  5. To return to the project workspace, click Go back Back icon.