- URL:
- https://<root>/security/oauth/getAppInfo
- Methods:
GET
- Required Capability:
- Access allowed with the "Security and Infrastructure" privilege
- Version Introduced:
- 10.3
Description
The get
operation retrieves the client ID, and a list of its associated redirect URIs, for a specific application registered with an organization. The returned information can then be used to update the app's current redirect URIs.
The following table lists client IDs and their default redirect URIs:
Client ID | Default Redirect URIs |
---|---|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| Example
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
|
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
| URI
|
Request parameters
Parameter | Details |
---|---|
| The client ID of the application. Example
|
| The response format. The default response format is Values: |
Example usage
The following is a sample GET request for the get
operation:
https://machine.domain.com/webadaptor/portaladmin/security/oauth/getAppInfo?appID=mapsForSAPBObj&f=json
JSON Response example
{
"appId": "mapsForSAPBObj",
"redirectURIs": [
"https://la.arcgis.com",
"https://code.esri.com"
]
}