glide.soap.require_ws_security
ServiceNow property description:
Require WS-Security header verification for all incoming SOAP requests
Attributes
- Sys ID: bbabaf03ff3200007fe1fe51c17f9d4c
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.soap.require_ws_security` mandates the verification of WS-Security headers for all incoming SOAP requests. This ensures that any SOAP request sent to the ServiceNow instance must include a valid WS-Security header, which is a standard for securing web services by providing message integrity and confidentiality. Enabling this property enhances the security of SOAP-based integrations by requiring authentication and potentially encryption, thereby protecting against unauthorized access and tampering. This property is particularly useful in environments where SOAP services are exposed to external systems and need to comply with stringent security requirements. For more detailed information, refer to the ServiceNow documentation on SOAP request authorization.
Source