MscrmTools / MscrmTools.Xrm.Connection

Provides Winforms control to connect to Microsoft Dynamics CRM deployments
GNU Lesser General Public License v3.0
23 stars 38 forks source link

Client Secret connection type no longer working. #121

Closed AntonioRomera closed 4 years ago

AntonioRomera commented 4 years ago

Ever since I've updated to v1.2020.4.38 The connections that I use with client/secret are no longer working throwing the following error whenever I try to connect

image

I've checked and compared the connection XML File using a previous version on which it's working properly and noticed the following differences:

Connection XML from 1.2020.2.36

Connection XML from 1.2020.4.38

MscrmTools commented 4 years ago

This is a known issue that should be fixed in upcoming release. But the S2SClientSecret is removed and replace with a new property ClientSecret. You may have to update your connection to store the secret again

MscrmTools commented 4 years ago

Should be fixed now