Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enforces the use of POST body parameters exclusively for OAuth token requests, enhancing security and compliance with OAuth standards. |
| What area does it affect? |
OAuth token processing |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring OAuth integrations or assessing security practices. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.oauth.allow.parameters.in.post.body.only |
| Sys ID |
653e15e2872003008f64bd6ec7cb0bdc |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Ensures that oauth_token.do processor accepts only POST body parameters as input for all supported grant types |
| Updated |
2024-05-25 04:34:09 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... This property controls 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. ◦(New 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. • Remediation © ...
Related properties