Federating an ArcGIS Server site with your portal

You can optionally add an ArcGIS Server site to your portal. This provides the following benefits:

When you add a server to a portal in this manner, it is said that you are federating the server with the portal. A server that has been added to a portal is a federated server.

NoteNote:

If the server you want to federate uses web-tier authentication, you'll need to disable web-tier authentication (basic or digest) and enable anonymous access on the ArcGIS Web Adaptor configured with your site before federating it with the portal. Although it may sound counterintuitive, this is necessary so your site is free to federate with the portal and read the portal's users and roles. If your ArcGIS Server site is not already using web-tier authentication, no action is required on your part. You can continue with the steps below.

The following steps explain how to federate an ArcGIS Server site with your portal.

Steps:
  1. By default, ArcGIS Server is configured to communicate using HTTP only. Conversely, Portal for ArcGIS uses HTTP and HTTPS for communication by default. Because some communication between the portal and the server needs to be encrypted, you must update your ArcGIS Server site to communicate through HTTPS. You can force HTTPS for all calls (HTTPS only) or allow the server to use either protocol (HTTP and HTTPS). The protocol chosen does not have to match that of the portal, except in the following scenarios:
    • If you will be using Integrated Windows Authentication with your portal or you require HTTPS for all communication in your organization, you must configure ArcGIS Server and Portal for ArcGIS to communicate using HTTPS only.
    • If you will be configuring the server as your portal's hosting server, the communication protocol chosen should match that of your portal. For example, if your portal is HTTPS-only, then the hosting server should be configured as HTTPS-only. If the portal supports HTTP and HTTPS, then the server protocol should be configured as HTTP and HTTPS.

    For full instructions on changing the ArcGIS Server communication protocol, see the steps below:

    1. Open the ArcGIS Server Administrator Directory and log in as a user who has administrative permissions. The Administrator Directory URL will be formatted http://gisserver.domain.com:6080/arcgis/admin.
    2. Click security > config > update.
    3. On the Operation - update page, select one of the following from the Protocol drop-down list:
      • If you require SSL for all communication in your organization, select HTTPS only.
      • If you use Integrated Windows Authentication with your portal, you must select HTTPS only.
      • If you do not require Secure Sockets Layer (SSL) for all communication in your organization or Integrated Windows Authentication, select HTTP and HTTPS.
    4. Click Update. Your ArcGIS Server site is restarted. You'll need to wait for it to restart completely before proceeding.
    5. Log out of the Administrator Directory.
    NoteNote:

    It takes Web Adaptor approximately one minute to recognize changes to the communication protocol of your site.

    LegacyLegacy:

    In earlier versions, you were required to reconfigure ArcGIS Web Adaptor after updating the communication protocol of ArcGIS Server. At 10.2.2 and later versions, this is no longer necessary.

  2. Sign in to the Portal for ArcGIS website as an administrator and browse to My Organization > Edit Settings > Servers.

    In this step, you must connect to the website through the Web Adaptor URL (such as https://webadaptor.domain.com/arcgis/home). Do not use the internal URL on port 7443.

  3. Click Add Server.
  4. Provide the following information:
    • Server URL—The URL used by external users when accessing the ArcGIS Server site. If the site includes Web Adaptor, this URL includes the Web Adaptor address, for example, http://webadaptor.domain.com/arcgis. If your organization requires SSL for all communication, use https instead of http.
    • Administration URL—The URL used for accessing ArcGIS Server when performing administrative operations on the internal network, for example, http://gisserver.domain.com:6080/arcgis. If your organization requires SSL for all communication (such as when using Integrated Windows Authentication), use https://gisserver.domain.com:6443/arcgis.
    • Username—The name of the primary site administrator account that was used to initially log in to Manager and administer ArcGIS Server. If this account is disabled, you'll need to reenable it.
    • Password—The password of the primary site administrator account.
  5. Click Add.
  6. Click Save to save the federated server settings.
  7. TipTip:

    When you attempt to federate an ArcGIS Server site with your portal, a log of the federation activity is created in the portal content directory (for example, c:\arcgisportal\logs\webserver\portal.<date>.log). If you encounter an error during federation, it is recommended that you review the messages in this log to help you troubleshoot. You can also share this information with Esri Support, if necessary. For a full list of issues that you may encounter when federating, see Common problems and solutions.

Now that your server is federated with the portal, you will use a URL such as https://gisserver.domain.com:6443/arcgis/manager to log in to ArcGIS Server Manager. You will be required to supply the name and password of a portal administrator or publisher. There are various other differences you'll encounter when working with a federated server that you can read about in Administering a federated server.

After federating your server with the portal, you may also want to do the following:

9/1/2015