Hello,
We are testing a new Dynamics365 instance and using the Dynamics 365 SDK samples to perform basic CRUD operations. The code is ootb. When I try to run it and step through it it is identifying the correct discovery service and the AuthenticationCredentials.userprincipal name and endpoint type but the issue occurs when this code is called
AuthenticationCredentials tokenCredentials =
serviceManagement.Authenticate(
authCredentials);
The Error message is There was no endpoint listening at dynamicscrmemea.accesscontrol.windows.net/.../issuedtoken-asymmetric that could accept the message. This is often caused by an incorrect address or SOAP action.
The InnerException is "The remote name could not be resolved: 'dynamicscrmemea.accesscontrol.windows.net"
I'm very new to this - I would be very grateful if anyone could offer any advice. Thanks.







