Skip To Content
ArcGIS Developer
Dashboard

OAuth

Description

The OAuth resource contains a set of operations that update the OAuth2-specific properties of registered applications in Portal for ArcGIS.

Request parameters

ParameterDetails
f

The response format property. The default value is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the oauth resource:

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

JSON Response example


{
  "resources": ["oauth"],
  "operations": [
    "changeAppID",
    "getAppInfo",
    "updateAppInfo"
  ],
  "version": "10.8.0"
}