Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The following steps can be used to enable ArcGIS Login and enable granular permissions through Managed Roles within Backup My Org:

  1. Open the nodeconfig.JSON file.

    1. This file is located in the Backup My Org application Directory under the “config” folder. Open the nodeconfig.JSON file.

  2. Change the values for Enabling ArcGIS Login and/or creating Managed Roles to true.

  3. Add the username that you will use to log in to Backup My Org to the “superUsers” line.

    1. The username must be entered in quotes within the brackets.

  4. Save the nodeconfig.JSON file.

  5. Restart Backup My Org

    1. For Server installs - restart the Backup My Org service in Windows Services

    2. For local installs - (if open) close the cmd prompt (bmolocal.bat) and reopen

"useArcGISAuth": {
    "enabled": false,
    "assignRoles": false,
    "superUsers" : []
  }

NOTE: When usernames in the superUsers box are being entered, each username has to be in quotes and separated by commas. These users will be set up as a "superUser" meaning they will have access to make changes to the Managed Roles.

Changing both false statements to true and entering your username as a superuser will do two things for your version of Backup My Org:

  1. When accessing Backup My Org, you will see a login screen you may have never seen before. Pick an environment, then login.

  2. Under the "settings cog" at the top-right, there will be a new 3rd tab called "Manage Roles" where you can create custom roles for adding users and then allowing Backup/Restore/Manage Identity access based on how those are setup.

  • No labels