Enabling security
ArcGIS Server Manager can be used to manage the security configuration of your ArcGIS Server. You can enable or disable security using the Security panel in ArcGIS Server Manager.
Enabling Security
Enabling Security is the last step in configuring security for your ArcGIS Server. Refer Configuring Security Overview for the steps to complete before enabling security. To enable security, click the Security panel in ArcGIS Server Manager then click the Security for GIS Services tab.
To enable security on your ArcGIS Server, you need to click the check box on this page and choose the authentication scheme for securing your ArcGIS services.
ArcGIS Server provides two authentication schemes to secure your ArcGIS services: Java Enterprise Edition Managed Authentication and ArcGIS Managed Authentication based on tokens.
Java Enterprise Edition Managed Authentication
The permission information is written to the WEB.xml file for the service handler applications (REST and Web services) deployed in the internal Java Enterprise Edition containers. The internal Web container will challenge user requests to the secured ArcGIS services.
ArcGIS Managed Authentication based on Tokens
When you select ArcGIS Managed Authentication based on Tokens, you will also need to set up your token service. You can start a token service on your local ArcGIS Server or choose to use an ArcGIS token service that is running on a remote instance of ArcGIS Server.
To start a token service on your ArcGIS Server instance, you need to configure the expiration times and enter a key (text string) that the token service will use to encrypt the tokens.
For more information on tokens and the token service, see Tokens and token services.
Disabling security
To disable security, perform the following steps:
- Stop the ArcGIS server object manager (SOM) process.
- Using a text editor, open the file Server.dat located in /<arcgis_home>/server/system. Change the value of the element SecurityEnabled to false and save the changes.
- Start the SOM.
- Log in to ArcGIS Server Manager. Navigate to the Security > Settings page. On the Security for GIS Services tab, verify that the check box Enable security for GIS Services is unchecked
- Click the Save button to disable security.