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 your portal in this manner, it is said that you are federating the server with the portal. A server that has been added to your portal is called a federated server.

NoteNote:

If the server you want to federate uses web-tier authentication, such as Integrated Windows Authentication (IWA), you'll need to disable web-tier authentication and allow anonymous access to your ArcGIS Server 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.
        NoteNote:

        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 the restart to complete before proceeding.
    5. Log out of the Administrator Directory.
  2. If you are using the ArcGIS Web Adaptor with ArcGIS Server, you'll need to reconfigure it with your server. This will update the Web Adaptor's configuration to reflect the changes you made to ArcGIS Server in the first step. For instructions, see the topic Configuring the Web Adaptor after installation on IIS, Java, or Java Linux.
  3. Sign in to the Portal for ArcGIS website as an administrator and navigate 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.

  4. Click Add Server.
  5. Provide the following information:
    • Server URL—The URL used by external users when accessing the ArcGIS Server site. If the site includes a 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.
  6. Click Add.
  7. Click Save to save the federated server settings.
  8. TipTip:

    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:

12/13/2013