Skip to main content

ServiceNow

Requirements

Information that will help you design and plan the implementation of 1E CMDB Connect in your organization. This includes all the prerequisites and dependencies, which are necessary to install 1E CMDB Connect.

This page is part of the design phase of implementation.

Review Requirements and follow the requirements as listed below.

1E requirements

Category

Requirement

More details

1Esystem

(Basic Authentication)

  • A complete infrastructure of 1E (on-premises) is required, either in a local network or hosted over the internet. This includes the 1E Client, deployed to all devices that you need to manage.

  • The Basic Authentication feature (if applicable) must be installed on the 1E platform Server (Master Stack), and enabled in the Consumer web application.

Planning for 1E 8.1

Disable 1E Two-factor Authentication

Enable Basic Authentication

1E system

(Modern Authentication)

  • A complete infrastructure of 1E (Saas) is required, either in a local network or hosted over the internet. This includes the 1E Client, deployed to all devices that you need to manage.

  • The Modern Authentication is to be setup either using Microsoft Entra ID or Okta for external IdP.

Preparation for Modern Authentication

1E consumer

  • A consumer with the name 1EServiceNowCore must be registered in the 1E Settings application, Configuration, Consumers page.

  • When you add the consumer name, it will create an entry in the dbo.Consumer table of the Tachyon Master database. You must follow the instructions given in the link opposite to change the consumer's Workflow setting in the database to the following value:

    [{"ReferenceType":0,"InstructionWorkflow":[{"InstructionType":1,"Workflow":{"StateMachine":"State"}}]}]

Add the ServiceNow consumer to 1E

1E administrator

  • One or more 1E users are assigned the following role(s) for the following purposes. Users must be AD domain accounts.

    Purpose

    Roles in 1E 9.0/23.7

    Roles in 1E 8.1

    Register the 1EServiceNowCore consumer

    1E ITSM Connect Actioner

    Full Administrator

    Upload instruction definitions and create instruction sets

    1E ITSM Connect Actioner

    Full Administrator

    Create 1E users and assign them to roles, create custom roles, and assign them to some instruction sets and management groups

    1E ITSM Connect Actioner

    Full Administrator or Group Administrator

    Create Management groups if desired

    1E ITSM Connect Actioner

    Full Administrator or Group Administrator

  • Additional 1E platform roles are required by other 1E ServiceNow apps.

Permissions Menu for 1E 24.1

1E license

  • Your 1E platform license must include the 1EServiceNowCore consumer in the ServiceNow Integration feature tag as following:

    <Feature name="ServiceNow-Integration">

    <Consumer name="1EServiceNowCore" enable="on">

    </Consumer>

    </Feature>

You can also verify this information in the 1E Settings app by navigating to Configuration → License Information. Scroll down to Products section and check whether 1EServiceNowCore is present as a feature item.

Check your 1E license

ServiceNow requirements

Category

Requirement

More details

1E Core

The latest version of the 1E Core needs to be installed and configured on your ServiceNow Instance.

1E Core 4.0.11 - Introducing 1E Core

ServiceNow

  • A working ServiceNow instance must be set up. This can be a demo instance or a production/vendor instance.

  • The current version of the application is supported on Washington DC, Vancouver, and Utah releases.

  • In ServiceNow discovery source list, add an entry for 1E Tachyon.

Installing 1E CMDB ConnectInstalling 1E CMDB Connect

ServiceNow users

  • ServiceNow users are needed as defined in the 1E Core documentation.

  • To administer the 1E CMDB Connect application, you need a user with x_1e_tachyon_cmdb.admin role.

  • To use 1E Information Services module, you need a user with x_1e_tachyon_cmdb.config_manager role

  • To view CI information fetched from Tachyon1E and the related lists, you need a user with x_1e_tachyon_cmdb.user role.

1E Core 4.0.11 - User Management

Post-installation tasks for 1E CMDB Connect

ServiceNow admin

  • This role allows its users to install and configure 1E CMDB Connect.

Installing 1E CMDB ConnectInstalling 1E CMDB Connect

ServiceNow

  • In ServiceNow discovery source list an entry for 1E Tachyon must be added.

Post-installation tasks for 1E CMDB Connect

ServiceNow Certificates (Modern Authentication)

  • The input certificate for Modern Authentication is a standard .pfx file containing a private key, hence it requires conversion from .pfx to .PEM and .JKS.

  • App ID (kid claim) is required and is provided by your 1E instance.

  • Client certificates (in .PEM and .JKS format) and App ID (Kid) are required, in case the application's authentication mechanism is set to Modern Auth. Also create a JWT key and associate it with the JKS certificate. Similarly, create JWT provider and associate it with the JWT key.

Preparation for Modern Authentication