Shine a light on shadow apps

ConductorOne Docs

NetSuite integration

ConductorOne provides identity governance for Oracle NetSuite. Integrate your NetSuite instance with ConductorOne to run user access reviews (UARs) and enable just-in-time access requests.

Availability

General availability. The NetSuite integration is available to all ConductorOne users.

Capabilities

  • Sync user identities from NetSuite to ConductorOne

  • Resources supported:

    • Roles

Set up the NetSuite integration

This task requires either the Integration Administrator or Super Administrator role in ConductorOne.

  1. In ConductorOne, open Admin and click Integrations > NetSuite.

  2. If this is your first NetSuite integration, the integration form opens automatically. Otherwise, click Add connector.

  3. Choose whether to add the new NetSuite connector as a data source to an existing application (and select the app of your choice) or to create a new application.

    Do you SSO into NetSuite using your identity provider (IdP)? If so, make sure to add the connector to the NetSuite app that was created automatically when you integrated your IdP with ConductorOne, rather than creating a new app.

  1. Set the integration owner for this connector. You can manage the integration yourself, or choose someone else from the list of ConductorOne users. Setting multiple integration owners is allowed.

    A NetSuite integration owner must have the following permissions:

    • Integration Administrator or Super Administrator role in ConductorOne
    • Administrator role in NetSuite
  1. Click Create and add details.

Next steps

  • If you are the integration owner, proceed to Integrate your NetSuite instance for instructions on integrating NetSuite with ConductorOne.

  • If someone else is the integration owner, ConductorOne will notify them by email that their help is needed to complete the integration.

Integrate your NetSuite instance

A user with the Integration Administrator or Super Administrator role in ConductorOne and an Administrator role in NetSuite must perform this task.

Before you begin: Make sure you have enabled the following features for your NetSuite instance:

  • Token-Based Authentication
  • REST Web Services
  • Suite Analytics Workbook

You’ll find directions for enabling features in the NetSuite documentation.

Step 1: Locate your NetSuite Account ID

  1. In NetSuite, navigate to Setup > Company > Company Information.

  2. Find the ACCOUNT ID field on the page. Make a note of your account ID. We’ll use it in Step 5.

Step 2: Generate a consumer key and consumer secret

  1. In NetSuite, navigate to Setup > Integrations > Manage Integrations. Click New to create a new integration.

  2. Give the new integration a name, such as “ConductorOne”.

  3. Check the box for TOKEN-BASED AUTHENTICATION.

  4. Click Save. The new integration is created, and its consumer key and consumer secret are shown.

  5. Make a careful note of these credentials (they won’t be shown again). We’ll use them in Step 5.

Step 3: Create a NetSuite role and add it to a user

  1. Still in NetSuite, navigate to Setup > Users/Roles > Manage Roles. Click New to create a new role.

  2. Give the new role a name, such as “ConductorOne integration”.

  3. Assign the following permissions to the role:

    • REST Web Services
    • Log in using Access Tokens
    • Suite Analytics Workbook
    • Lists - Employee Record
    • Lists - Employees
    • Setup - Bulk Manage Roles

    Why are these permissions needed? The integration uses these permissions to read and query SuiteQL tables containing information on roles and employees. The integration currently only reads data, it doesn’t write any changes.

  1. Click Save.

  2. Next, assign the new role to a user. You might want to create a new user for this purpose rather than assigning the role to an existing user. Navigate to Lists > Employees > Access.

  3. Click Roles. Select the newly created role and click Add.

Step 4: Generate a token key and token secret

  1. In NetSuite, navigate to Setup > Users/Roles > Access Tokens. Click New to create a new token.

  2. Select the application (integration), role, and user you created in the previous steps, and give the token a name.

  3. Click Save. The new token is created, and its key and secret are shown.

  4. Make a careful note of these credentials (they won’t be shown again). We’ll use them in Step 5.

Step 5: Add your NetSuite credentials to ConductorOne

  1. In ConductorOne, open Admin and click Integrations > NetSuite.

  2. In the list of connectors, locate and click on the name of the connector with the Not connected label.

  3. Find the Settings area of the page and click Edit.

  4. In the Account ID field, enter the domain you looked up in Step 1.

  5. In the Consumer key and Consumer secret fields, enter the credentials you generated in Step 2.

  6. In the Token key and Token secret fields, enter the credentials you generated in Step 4.

  7. Click Save.

  8. The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.

That’s it! Your NetSuite instance is now integrated with ConductorOne.

Configure the NetSuite integration using Terraform

As an alternative to the integration process described above, you can use Terraform to configure the integration between NetSuite and ConductorOne.

See the ConductorOne NetSuite integration resource page in the ConductorOne Terraform registry for example usage and the full list of required and optional parameters.