SOAP request strict security (instance security hardening)
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- Platform Security
Use the glide.soap.strict_security property to enforces web service security.
- Basic authentication challenge/response over the HTTP protocol and
- System level access controls in the Contextual Security: Role Management plugin.
- 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.