DxSherpa - D

Multi-Factor Authentication In ServiceNow

Multi-Factor Authentication In ServiceNow

Purpose:

Multi-Factor Authentication is also called 2-step verification. It will force the user to enter the more than one set
of authentications in login time.

Initially, the user is using the basic user name and password, but that is not more secure. So, we have added more
security to the user account by the 2-step verification. In this situation, the user needs to enter the passcode or
token in addition to the basic password. User/Admin mobile will generate the token/passcode through the
authenticator app. This 2-step verification is required to both users as well as Admin.

Note: Multi-Factor Authentication is supported only the Google Authenticator app.

Pre-requisite:

  1. Service now developer instance: https://developer.service-now.com/
  2. Login with admin/ any user with admin roles.
  3. activate the Multifactor authentication plugins
  4. Download the Google authenticator app on mobile.

Configuration Steps:

    1. Navigate the Plugins Modules. Click on plugins linkNavigate the Plugins Modules
    2. Right click on the Plugin “Integration – Multifactor Authentication” and click on the
      Active/Repair context menu.Integration - Multifactor AuthenticationOr Open the “Integration – Multifactor Authentication” and click in related link
      Active/Repair.Integration - Multifactor Authentication
    3. Navigate the Users.
    4. Open the User formConfigure the Enable Multifactor Authentication Checkbox by the Right click on the
      user form Header menu->configure->form Layout->Enable Multifactor Authentication.Multifactor Authentication
    5. Which user wants to authenticate admin? Then admin can check the Enable Multifactor Authentication
      checkbox from specific user form after that authenticated user can’t log in the instance without
      multi-factor authentication.
    6. Setup for Multi-factor authentication for user.
      1. Navigate my profileMulti-Factor Authentication In ServiceNow
      2. Go to Related links -> Multi factor authenticationMulti-Factor Authentication In ServiceNow
      3. Click on the Multi-Factor Authentication related link one pop-up will display on the screen and
        need to Complete the Steps to enable multi-factor authentication by the below screenshot.Multi-Factor Authentication In ServiceNow
      4. Download the Authenticator App in mobile from Google Play store.
      5. Go to Authenticator app -> Click on the Three Dot right corner of the Account ->click on
        the +Add account-> Click on Other account (google, Facebook)-> Scan the QR
        Code. If QR code is not scanning, then enter the below 16- digit QR Code in your mobile app.
      6. QR Code will give the 6-digit User Authenticator Number. Enter the 6-digit code in below
        screen.Multi-Factor Authentication In ServiceNow
      7. Click on Pair Device.
      8. From V to VII, steps are required only the first time when the user is authenticating.
      9. Enter the user credentials in login window.Multi-Factor Authentication In ServiceNow
      10. Click on log in button then one popup dialog box will come.Multi-Factor Authentication In ServiceNow
      11. Please open the Mobile authenticator app. For specific domain, user authentication 6-digit code
        will come, and this code will refresh in every 30 seconds.
      12. Now user can log in the successful Service now account.
      13. If user/admin want to disable the Multi-Factor Authentication.
        1. Navigate my profile. Click on My Profile.Multi-Factor Authentication In ServiceNow
        2. Click on the Multi-Factor Authentication link. One Pop up will come.Multi-Factor Authentication In ServiceNow
        3. Click on Disable the Multi-Factor Authentication button.Multi-Factor Authentication In ServiceNowI hope it
          will be helpful for the users.