Configuring the RTVN Instance to Connect and Call the THRD Instance

  1. Creating the OAuthOBClientApp

    The user needs to create an OAuthOBClientApp to connect to the THRD Instance. Add the below property to the node.properties to make sure that the THRD calls are redirected to the correct environment.

    thirdparty.service.cluster=<THRD instance URL for the env>

    1. The THRD instance calling URL can be configured in the InstanceConfig.xml.

      InstanceConfig.xml
      <ThirdPartyServiceConfig>
      <BaseUrl>RTVN Instance URL/</BaseUrl>
      </ThirdPartyServiceConfig>


    2. Navigate to the instance and login with a user who has access to create the OAuthOBClientApp, such as TransportationAdmin.

    3. For TransporatationAdmin user, the WebAction is available in the menu: (Administration → O Auth Apps → Third Party Services Client App)

    4. The above WebAction will open a CRUD page.

      images/portal.onenetwork.com/download/attachments/168652869/image2022-4-28_13-36-27-version-2-modificationdate-1658837692000-api-v2.png



    5. Enter the values of ID and Secret that were generated when the IB Client app was created, located at (Configuring the THRD Instance vNEO_3.9). Specify Enterprise if the Client App is created specifically for an enterprise.

    6. Click Create and it should be give a success message.

      Now the OAuth OB App is create and the system is ready to connect to the THRD to connect with the Data and Proxy Apis as required.