Add an Oracle Integration Application

You can add an Oracle Integration application to integrate Oracle Field Service with other applications such as Oracle Service Logistics.

Before you start

Make sure you have configured all the Prerequisites for JWT User Assertion based authentication as per this documentation Prerequisites for JWT User Assertion (Visit https://docs.oracle.com/en/cloud/paas/integration-cloud/rest-adapter/authentication-support.html#GUID-33BDEC15-CEC5-4535-8C71-FBA1A37BD7A3).

If you have an application that is configured with the Basic auth fields, you can change it to an OAuth based authentication. However, be aware that after you change an application from Basic authentication to OAuth, you cannot change it back to Basic authentication.

Here's what to do

  1. Click Configuration > Applications.
  2. On the Applications page, click Add Application.

    The image shows the Add Application dialog box.


    This screenshot shows the Add Application dialog box.
  3. Complete these fields:
    Note:
    Field Name Action
    Application Type Select Oracle Integration from the drop-down list.
    Application Name Enter the name of the application you are integrating. This name will be displayed on the Applications page.
    Host Enter the host name of the Oracle Integration instance in the format servername.oraclecloud.com.
    User Name Enter the user name which is used to log in to the Oracle Integration instance that has read/write permissions.
    IDCS URL Enter the base URL of the Oracle Identity Cloud Service Admin console in the format https://example.identity.oraclecloud.com.
    Client ID Enter the Client ID of the client application you have created in Oracle Identity Cloud Service.
    Client Secret Enter the Client Secret of the client application you have created in Oracle Identity Cloud Service.
    Key ID Enter the key that is used to verify the signature in Oracle Identity Cloud Service. It must match with the certificate alias uploaded in Oracle Identity Cloud Service.
    Scope Enter the scope of the Client Application that you have created in Oracle Identity Cloud Service. It must be in the format: https://applicationid.integration.ocp.oraclecloud.com:443urn:opc:resource:consumer::all
  4. Drag and drop the private key file.
    This private key is used to configure the Oracle Identity Cloud Service application. The maximum file size is 32KB.
  5. Click Test Connection.
    The connection is tested and errors, if any, are displayed. Fix the errors and test the connection again.
  6. Click Add.
    The new application is added to the Applications page.