Update Security Configuration
URL: | http://server:port/arcgis/admin/security/config/update |
HTTP Method: | POST |
Parent Resource: |
Security Configuration |
Required Privileges: | Administrator |
Description
Updates the security configuration for your ArcGIS Server site.
This operation will cause the SOAP and REST service endpoints to be
redeployed (with new configuration) on every server machine in the site. If
the authentication tier is GIS_SERVER, then the ArcGIS token service is started
on all server machines.
When the authentication occurs at the Web Adaptor, the GIS server does not
participate in authenticating the user.
When security is enabled, the GIS server always performs authorization.
Note:
- The userStoreConfig and roleStoreConfig properties in the JSON
representation are not required for this operation.
Parameters
Parameter |
Description |
securityConfig |
The JSON object representing the security configuration
|
f |
The response format. The default response format is html.
Values: html | json
|
Example
http://server:port/arcgis/admin/security/config/update
securityConfig={
"securityEnabled": true,
"authenticationTier": "GIS_SERVER"
}