OAuth API response parameters
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- Platform Security
The OAuth 2.0 API produces a JSON response containing the following parameters as name:value pairs.
Note: If any OAuth provider sends the response body as "content-type" instead of
"Content-Type", the OAuth HTTP client may not parse the response correctly. To correct this
issue, create a system property using these parameters.
Field | Value |
---|---|
Name | glide.oauth.inhouse.httpclient.enabled |
Type | true|false |
Value | false |
For details on creating system properties, see Add a system property
Example
The following example illustrates the JSON string returned by an access token request. (Spaces have been added to improve readability).