Deploy the Orchestration Pack to ServiceNow

Prerequisites

To install the EmpowerID Orchestration Pack to ServiceNow, you need to import into your ServiceNow instance the XML file that was provided to you by EmpowerID. This file contains the necessary configuration settings for the pack as well as the endpoint information the activities need to call the EmpowerID API.

In this article, we take you through the steps for importing the prerequisite XML file into ServiceNow and adding each of the workflows in the Orchestration Pack to the ServiceNow Service Catalog. Finally, we demonstrate how to make the EmpowerID Chat Bot available to users within ServiceNow.

Import the XML file into ServiceNow

  1. Login to your ServiceNow instance.

  2. Search for System Update Sets in the Filter Navigator and then click Retrieved Update Sets.

     

  3. Click Import Update Set from XML.

     

  4. Browse for and select the XML file you received from EmpowerID.

  5. Click Upload.

     

  6. Under Retrieved Update Sets, click the Name link for the application you just uploaded.

     

  7. Click Preview Update Set.

     

  8. If the preview is successful, click Commit Update Set.

     

  9. Click Close to close the Update Set Commit window.

     

  10. If the preview contains errors, scroll to look for them.

  11. Select all the errors and then under Actions on the selected rows, click Accept remote update and then click Commit Update Set.

All the items should be deployed in the instance. The next step is to create UI Actions for the deployed instance.

Add EmpowerID Workflows to the Service Catalog

  1. In ServiceNow, search for Service Catalog in the Filter Navigator and then click Service Catalog.

     

  2. Click Add New button in the main pane of the Service Catalog,

     

     

  3. In the Sections dialog that appears, select Catalog Categories > EmpowerID Services and then click Add here.


    You should see EmpowerID Services as a new widget.

     

  4. Click the EmpowerID Services widget.

    You should see the three EmpowerID workflows.

     

Next, let’s incorporate the Change Password workflow into ServiceNow and display it as a link in the main menu.

Add the Change Password workflow to the main menu

  1. In ServiceNow, search for Portals in the Filter Navigator and then click Portals.

     

  2. Click Service Portal.

     

  3. In the Service Portals view, click the Info button to the right of the Main Menu.

     

  4. Click Open Record.

     

  5. Under Menu Items, click New.

     

  6. In the Menu Item form do the following:

    1. Enter Reset Password in the Label field.

    2. Enter password_reset in the Page field.

    3. Click Submit.

       

  7. In the ServiceNow Filter navigator, search for Service Portal and then click Service Portal.

    The Reset Password link should be displayed as a menu item.

     

  8. Click Reset Password.

    The Reset Password page should be displayed.


    Next, let’s display Change Password as a catalog item.

Add Change Password to the Service Catalog

  1. In the ServiceNow Filter navigator, search for Content Items and then click Content Items.

  2. In the Content Items view, click New.

     

  3. In the New record form that opens, do the following:

    1. In the Name field, enter a name for the Catalog item, such as Reset EmpowerID Password.

    2. Click the Lock button to the right of the Catalogs link.

    3. Enter Service Catalog in the search field and then click Service Catalog.

       

    4. Click the Lock button to lock the catalogs.

       

    5. In the Category field, search for and select Services.

    6. For Content Type, select External Content.

    7. For Target, select New Window/Tab.

    8. In the URL field, enter /sp?id=password_reset.

    9. Click Submit.

       

  4. In the ServiceNow Filter navigator, search for Service Portal and then click Service Portal.

  5. On the top menu bar, click Catalog.

     

  6. Search for the Catalog item that was created, e.g., Reset EmpowerID Password.

  7. Click the Catalog item.

     

    You should see the Reset Password page display in a new tab.

     

Change Password workflow is using EmpowerID API to successfully Change a user’s password. To call EmpowerID API a token must be generated. Currently it has been configured as a Scheduled Job, the Empower Token Generation job, which runs every once a day. This job is responsible for generating tokens which is used to authenticate EmpowerID.

For a new instance this job should be executed first, after which it will continue to generate tokens.

 

Next, let’s add the EmpowerID Chat Bot to ServiceNow.

  1. In the ServiceNow Filter navigator, search for Scheduled Job and then click Scheduled Jobs.

     

  2. Search for Empower and then click Empower Token generation.

     

  3. In the Scheduled Script Execution pane that opens, click Execute Now.



Add the EmpowerID Chat Bot

  1. In the ServiceNow Filter navigator, search for Service Portal and then click Service Portal Home.

  2. On the Service Portal Home page, press the CTRL key on your keyboard and then right-click on the page.

  3. Select Page in Designer from the context menu that appears.

     

  4. Select the Widgets tab and then search for Azure Bot.

    The bot appears on the lower right of the page.

     

IN THIS ARTICLE