Configure BeyondTrust Remote Support for the Ivanti Service Manager Integration

 

You must purchase this integration separately for both your Remote Support software and your Ivanti Service Manager solution. For more information, contact BeyondTrust's Sales team.

Several configuration changes are necessary on the B Series Appliance to integrate with Ivanti Software. You must make these changes on each B Series Appliance for which you intend to create a plugin configuration, described in Configure the Ivanti Plugin for Integration with BeyondTrust Remote Support.

All of the steps in this section take place in the BeyondTrust /login administrative interface. Access your Remote Support interface by going to the hostname of your B Series Appliance followed by /login (e.g., https://support.example.com/login).

Verify the API Is Enabled

Management

API Configuration

API Configuration - Enable XML API

This integration requires the BeyondTrust XML API to be enabled. This feature is used by the BeyondTrust Middleware Engine to communicate with the BeyondTrust APIs.

Go to /login > Management > API Configuration and verify that Enable XML API is checked.

 

Create an OAuth API Account

Management

API Configuration

The Ivanti Service Manager API account is used from within Ivanti Service Manager to make Remote Support Command API calls to Remote Support.

Add Button on the API Configuration page in Remote Support /login.

  1. In /login, navigate to Management > API Configuration.
  2. Click Add.

 

Add an API Account page in Remote Support /login.

  1. Check Enabled.
  2. Enter a name for the account.
  3. OAuth Client ID and OAuth Client Secret is used during the OAuth configuration step in Ivanti Service Manager.
  4. Under Permissions, check the following:
    • Command API: Full Access.
    • Reporting API: Allow Access to Support Session Reports and Recordings, and Allow Access to Presentation Session Reports and Recordings.
  5. Click Save at the top of the page to create the account.

 

Add an Outbound Event URL

Management

Outbound Events

Outbound Events > Add HTTP Recipient

  1. Go to /login > Management > Outbound Events.
  2. In the HTTP Recipients section, click Add and name it Integration or something similar.
  3. Enter the URL to use:
    • If using an appliance ID of default: http://<middleware-host>:<port>/ERSPost. The default port is 8180.
    • If using an appliance ID other than default: http://<middleware-host>:<port>/ERSPost?appliance=<appliance-id> where <middleware-host> is the hostname where the BeyondTrust Middleware Engine is installed. The default port is 8180. The <appliance-id> is an arbitrary name, but note the value used, as it is entered later in the plugin configuration. This name accepts only alphanumeric values, periods, and underscores.
  4. Scroll to Events to Send and check the following events:
    • Support Session End
    • Customer Exit Survey is Completed
    • Representative Survey is Completed
    • Someone Joins a Support Session (Optional)
  5. Click Save.

 

Outbound Events > HTTP Recipients

  1. The list of outbound events contains the event just added. The Status column displays a value of OK if communication is working. If communication is not working, the Status column displays an error which you can use to repair communication.

Add Custom Fields

Custom Fields needing to be completed for the Heat integration.

Under Configuration > Custom Fields, add two new custom fields. Enter the following values:

Display Name Code Name Show in Rep Console
Item ID item_id Checked
Item Type item_type Checked

Add a Custom Link

BeyondTrust custom links can be configured to allow representatives to quickly access the Ivanti item that is associated with the session.

Add a Custom Link

  1. Browse to Rep Console > Custom Links.
  2. Click Add.
  3. Enter a name for the link, and then set the URL to
    https://support.example.com/files/IvantiCustomLink.html?view=1&externalKey=%SESSION.CUSTOM.EXTERNAL_KEY% where support.example.com is your BeyondTrust site hostname.

The page referenced in the custom link URL does not yet exist but is created at the end of the section Configure the Ivanti Plugin for Integration with BeyondTrust Remote Support.

  1. Click Save to save the new link.