Hi,
We have a .NET integration that uses the OrganizationProxyService to connect with CRM Online and was notified by another vendor this will be retired by Microsoft in April of 2022.
The switch to use OAuth and the CRMServiceClient was easy enough but I would like to test the code in an environment with WS-Trust completely disabled.
I created a new Sandbox and even a trial CRM instance which should have WS-trust disabled, but the OrganizationProxyService calls with client credentials passed in still are returning data as expected. New environments are suppose to have WS-trust disable.
Is there any way to disable WS-Trust on a instance to prepare for the eventual switch in April 2022?
Thanks