- URL:
- https://<root>/security/config
- Methods:
GET
- Operations:
- Update Security Configuration, Update Identity Store, Test Identity Store
- Required Capability:
- Access allowed with either the "Security and Infrastructure" or "Add" privileges
- Version Introduced:
- 10.2.1
Description
The config
returns the identity store information for ArcGIS Enterprise.
If ArcGIS Enterprise will be authenticated using ArcGIS Web Adaptor, you must set up your preferred authentication on your web server. Use the Update Identity Store operation to configure your organization to connect to your enterprise identity provider, such as Windows Domain or LDAP. By default, ArcGIS Enterprise is configured to use the built-in store and token-based authentication.
Request parameters
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample request URL used to access the config
resource:
https://machine.domain.com/webadaptor/portaladmin/security/config?f=pjson
JSON Response syntax
{
"enableAutomaticAccountCreation": <true|false>,
"disableServicesDirectory": <true|false>,
"userStoreConfig": IdentityStore,
"enableRemoteUserTokenValidation": <true|false>
}
JSON Response example
{
"disableServicesDirectory": false,
"enableAutomaticAccountCreation": true,
"enableRemoteUserTokenValidation": true
}