Use the glide.basicauth.required.soap property to designate if incoming SOAP requests should require basic authorization.

The glide property glide.basicauth.required.soap controls whether basic authentication is required to make a SOAP request to an instance. If glide.basicauth.required.soap is not set to the recommended value of true, then unauthenticated users performing SOAP operations will be mapped to the soap.guest user. This may enable an unauthenticated user to perform operations on the instance as if a logged in user to the instance. There may be additional impact if the user define within com.glide.soap.guest_user is assigned additional roles.

More information

Warning: This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.

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