Property reference

glide.script.secure.ajaxgliderecord

The glide.script.secure.ajaxgliderecord property applies standard security ACLs to AJAXGlideRecord calls. Admins should ensure this property is enabled to maintain security compliance during AJAX operations, as the default setting is 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 security access controls on AJAXGlideRecord calls, ensuring that only authorized users can execute these operations.
What area does it affect? AJAX operations
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 security settings for AJAX functionality.

Out of the box property record

Raw metadata from the property record.

Property name glide.script.secure.ajaxgliderecord
Sys ID 52414c5f0a0a0b6b00988193a1320730
Type boolean
Application Global
Default value true
Description Apply standard security ACLs to AJAXGlideRecord calls
Updated 2024-05-25 04:01:00

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... Server- side resources can be accessed without proper authorization so validating the ACL helps the application validate the request based on the authorization configured. Either update the value of the glide.script.secure.ajaxgliderecord system property to true OR insert this system property with a value of true. Documentation sn_SE10166 1 Act SOAP Content Type Checking should be enabled When accepting inbound SOAP requests, ...
Documentation excerpt View supporting context
Context preview Snippet 2
... JavaScript are allowed and user can execute code using jelly template. Require AJAXGlideRecord ACL checking • Description ◦(Old‎ <blank> ◦(New‎ This property toggles ACL validation for GlideAjax API calls. If "glide.script.secure.ajaxgliderecord" is not set to the recommended value of "true", then ACL validation will not be completed for GlideAjax requests. • Security Risk ◦(Old‎ <blank> ◦(New‎ This could lead to server-side ...