OAuth API response parameters
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Platform Security
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
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).