glide.security.use_csrf_token
ServiceNow property description:
Enable usage of a secure token to identify and validate incoming requests. This token is used to prevent cross site request forgery attacks.
Attributes
- Sys ID: f9f03ca50a0a0bb5658db64889d967cb
- Type: true | false
- Application: Global
- Default value: true
AI generated property description:
The ServiceNow property `glide.security.use_csrf_token` enables the use of a secure token to identify and validate incoming requests, thereby preventing cross-site request forgery (CSRF) attacks. When this property is enabled, the system generates a unique token for each user session, which must be included in any form submissions or AJAX requests. This token ensures that the request is coming from an authenticated user and not from a malicious site. The property is crucial for enhancing the security of the platform by ensuring that only legitimate requests are processed. Disabling this property can leave the system vulnerable to CSRF attacks. For more details, refer to the [ServiceNow documentation](https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/security-center/reference/sc-anti-csrf-token.html).
Source