We are currently unable to make DataStream calls on a server that has been migrated to an Azure VM. The error we receive is:
ThomsonReuters.DswsApi.DSException: The HTTP request was forbidden with client authentication scheme 'Anonymous'. ---> System.ServiceModel.Security.MessageSecurityException: The HTTP request was forbidden with client authentication scheme 'Anonymous'. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
We have been using DataStream from our onprem servers without any issues but since migration have been encountering theese errors. How do we go about authorising calls from these servers?