Property reference

glide.oauth.allow.parameters.in.post.body.only

The glide.oauth.allow.parameters.in.post.body.only property restricts the oauth_token.do processor to accept only POST body parameters for all supported grant types. This setting is crucial for maintaining secure and standardized OAuth token requests, and it defaults to true.

Default: true Type: boolean Application: Global

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