I am using...
- XrmToolBox version 1.2017.7.18
- Dynamics 365 Online (login is with user@org.onmicrosoft.com)
I try to create a new connection.
I enter http://orgname.crm.dynamics.com for the Organization url.
then my user / pass
I get this error.
Then, I try...
using a connection string.
I click the link "Let me try to connect using a connection string"
I have tried many connection strings but the one that I think to be correct is listed below.
org is an example name for my Org Name
<connectionStrings>
<add name="Crm" connectionString="Url=https://org.crm.dynamics.com; Username=user@org.onmicrosoft.com; Password=mypass; AuthType=Office365" />
</connectionStrings>
When I try to connect I get the following error.
I am not sure why I am getting these errors.