Skip To Content
ArcGIS Developer
Dashboard

Security

Description

The security resource is the root of all the security configurations and operations in the portal. Through this resource, you can change the identity providers and the authentication mode for your portal.

Note:

It is recommended that all the resources and operations under this resource be accessed over an HTTPS connection.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the security resource:

https://machine.domain.com/webadaptor/portaladmin/security?f=json

JSON Response example


{"resources": [
  "users",
  "groups",
  "tokens",
  "oauth",
  "config"
]}