Updating the Integration Agent Configuration

Service Administrators who want to use OAuth 2.0 for the EPM Integration Agent to access environments require these details in the agentparamas.ini file.

After installing the updated Integration Agent, edit the active agentparams.ini file:

  1. Navigate to the C:\EPMAgentData\config directory.
  2. Open the agentparams.ini file in a text editor.

    agentparams.ini file

  3. In Cloud_URL, specify the Oracle Fusion Cloud Enterprise Performance Management URL used to authenticate and start the agent. This is the URL of the Cloud EPM instance associated with the agent, for example: http://epmcloudserver.

    Oracle supports one CLIENT_ID for each EPM Integration Agent

  4. Set the OAUTH_ENABLED parameter to Y. If you set it to N, then password authentication is used instead of OAuth authentication.
  5. For the Client_ID parameter, enter the client ID generated when the Identity Domain Administrator configures the mobile application in Oracle Identity Cloud Service.
  6. For the RESOURCE_SCOPE parameter, copy the complete resource scope from Oracle Cloud Console.
  7. Save the agentparams.ini file.

Note:

Do not store passwords, access tokens, refresh tokens, and client secrets in the agentparams.ini file. Only the OAuth, client ID, and resource scope belong in the configuration file.