Skip to main content

Portal settings

System administrators can manage many ArcGIS Pro user application settings.

The settings below should be added under the Portals element in the Pro.settingsConfig file.

Learn more about managing portal connections

PortalList

In the user interface, portal connections appear on the Portals page in the ArcGIS Pro settings. Portals added through this setting are always locked; users cannot remove them or modify their URLs. These portals will appear alongside any existing user-configured portals.

An example of this setting is shown below.

<Portals>
  <PortalList>
   <PortalURL>https://organization.example.com/webadaptorname</PortalURL>
   <PortalURL>https://organization.example.com/webadaptorname</PortalURL>
   <PortalURL>https://yourorg.maps.arcgis.com</PortalURL>
  </PortalList>
</Portals>

LicensingPortal

In the user interface, on the Licensing tab of the ArcGIS Pro settings page , the licensing portal is added on the Licensing dialog box when License Type is set to Named User License.

This setting is honored only when ArcGIS Pro is already configured with the Named User license type and the license is not taken offline.

The licensing portal is not locked—users can change it as needed.

An example of this setting is shown below.

<Portals>
  <LicensingPortal>https://organization.example.com/webadaptorname</LicensingPortal>
</Portals>