Restrict oauth parameters to POST body [New in Security Center 1.3]
Use the glide.oauth.allow.parameters.in.post.body.only property to control the inbound OAuth authentication's acceptance of access tokens. Access tokens are sensitive and should only be accepted when located within a POST request body.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.oauth.allow.parameters.in.post.body.only |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | true |
| Category | Data protection |
| Security risk |
|
| Dependencies and prerequisites | None |
| References | |
| Functional impact | Ensures that oauth_token.do processor accepts only POST body parameters as input for all supported grant types. |