Oracle Fusion Cloud Applications

Oracle Fusion Cloud Applications is a suite that provides integrated cloud services for enterprise resource planning.

Asset Types Fetched

  • Users
  • Roles

Before You Begin

Ports

  • TCP port 80/443

Authentication Method

  • Client ID/Client Secret

APIs

Axonius uses the following API endpoints:

Permissions

Authentication

  • Oracle supports Basic Auth (username + password) and Bearer token (OAuth2), depending on your tenant setup.

Roles & Entitlement

  • Every user calling SCIM REST endpoints must have the ASE_REST_SERVICE_ACCESS_IDENTITY_INTEGRATION_PRIV privilege.

  • Your user must be assigned the business task ‘Manage Users’ (or an equivalent custom role that includes the entitlement). For more information, see Use Cases.

Supported From Version

Supported from Axonius version 7.0.6

Connecting the Adapter in Axonius

To connect the adapter in Axonius, provide the following parameters:

Required Parameters

  1. Host Name or IP Address - The hostname or IP address of the Oracle Fusion Cloud Applications server.
  2. Client ID and Client Secret - The credentials for an account that has the Required Permissions to fetch assets.
  3. Scope - The scope name.
Oracle Fusion Cloud Applications.png

Optional Parameters

  1. Authentication Host Name or IP Address Enter a separate domain for OAuth authentication when your identity provider is hosted on a different domain than the service. When set, the adapter fetches the OAuth token from {Authentication Host}/oauth2/v1/token and makes all data API calls to the Host Name or IP Address. When left empty, the adapter fetches the token from {Host Name or IP Address}/oauth2/v1/token. This setting is designed for Oracle Fusion Cloud Applications deployments where the OAuth identity provider (such as Oracle IDCS) is hosted on a separate domain from the main application service.

  2. Verify SSL - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.

  3. HTTPS Proxy - Connect the adapter to a proxy instead of directly connecting it to the domain.

  4. HTTPS Proxy User Name - The user name to use when connecting to the value supplied in Host Name or IP Address via the value supplied in HTTPS Proxy.

  5. HTTPS Proxy Password - The password to use when connecting to the server using the HTTPS Proxy.

To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.

Related Enforcement Actions