Is it possible to use the new OAuth2 authentication on a "old fashioned" SOAP DWWebService?
We are trying to get it to work on a cloud hosted BC installation, but we do get this error:
AcquireTokenSilent failed. EndpointAuthentication id: 1. Error: Could not load file or assembly 'System.Security.Cryptography.ProtectedData, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
We have not tried OData yet, but just want to know if it is supposed to work with SOAP or not.
Also. When setting up OAuth2 in BC we are asked to setup a Callback\Reply URL. What should it be, and arent we supposed to add that in the enpoint management too? Trying to wrap my head around it. We want to use OAuth2 for all installations where it is possible from now on.