WS-Security error messages
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API implementation
An instances produces one of the following error messages when it encounters an issue with a WS-security SOAP message.
Error | Description |
---|---|
Invalid Security Policy Selected. Select an Inbound policy for Inbound Requests. | The default policy name is set to an outbound policy. Set the default policy name to an inbound security policy. |
SOAP request not Signed. Policy requires signing. | The SOAP security policy requires signing and the inbound SOAP request is not signed. Either specify a different SOAP security policy or provide the SOAP request with a proper signature. |
No profiles to authenticate. | The selected Security policy either does not have any security profiles (X509 or UserNameToken) or the security profiles are inactive. Verify at least one security profile is active. |
Unable to verify signed request. | The inbound SOAP request contains an invalid signature. The SOAP request changed after being signed. |
Failed to extract principal(s) from request. | The SOAP request has either been tampered or was not well formed. ServiceNow cannot extract credentials to authenticate the request. |
Failed to authenticate WS-security, unknown type. | The SOAP request contains an unsupported security profile. Resend the request with a supported security profile type: X509 or UsernameToken. |
Failed to authenticate WS-security. | ServiceNow failed to authenticate against the provided profile credentials. Verify that the SOAP request is using the proper credentials. |