- URL:
- https://<root>/security/oauth
- Methods:
- GET
- Required Capability:
- Access allowed with the "Security and Infrastructure" privilege
- Version Introduced:
- 10.3
Description
The oauth resource contains a set of operations that update the OAuth2-specific properties of an organization's registered applications.
Request parameters
| Parameter | Details | 
|---|---|
| 
 | The response format property. The default value is  Values:  | 
Example usage
The following is a sample request used to access the oauth resource:
https://machine.domain.com/webadaptor/portaladmin/security/oauth?f=pjsonJSON Response example
{
  "resources": ["oauth"],
  "operations": [
    "changeAppID",
    "getAppInfo",
    "updateAppInfo"
  ],
  "version": "11.3.0"
}