Use the glide.soap.strict_security property to enforces web service security.

This property uses a combination of:
If you set this property to true, it performs the following actions:
  • If the user has appropriate role to perform the operation, it checks incoming SOAP request for role authorization to validate. It occurs during SOAP web service calls/requests made against ServiceNow AI Platform tables when performing CREATE, READ, UPDATE or DELETE operations.
  • Checks the system-level ACLs while retrieving data in the form of SOAP data on the table.
  • Checks the field-level ACLs for any CRUD operation performed against a field of table.

More information

To learn more about adding or creating a system property, see Add a system property.