- URL:https://<security-url>/oauth
- Operations:Change App ID, Get App Info, Update App Info
- Required Capability:Default administrator role | Security and infrastructure privilege
- Version Introduced:10.3
Description
The OAuth resource contains a set of operations that update the OAuth2-specific properties of registered applications in Portal for ArcGIS.
Request parameters
Parameter | Details |
---|---|
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"
}