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 | - OAuth 2.0 - Manage OAuth tokens |
| Functional impact | Ensures that oauth\_token.do processor accepts only POST body parameters as input for all supported grant types. |
Parent Topic:Data protection