glide.oauth.state.parameter.required
ServiceNow property description:
if state parameter needed for the OAuth
Attributes
- Sys ID: b9fb6c1073001300f42131a9faf6a7a7
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.oauth.state.parameter.required` determines whether the state parameter is mandatory for OAuth authentication requests. According to the documentation, enabling this property enhances security by ensuring that the state parameter is included in the OAuth authorization request and response. This parameter helps prevent cross-site request forgery (CSRF) attacks by maintaining the state of the user session. When set to true, the OAuth provider will reject any authorization requests that do not include the state parameter. This property is crucial for maintaining the integrity and security of OAuth transactions within the ServiceNow platform.
Source