Skip to content

Connection

PhuocLe edited this page Jun 25, 2021 · 10 revisions

DynamicsCrm.DevKit support 4 connection types

  1. AD
  2. ClientSecret
  3. OAuth
  4. OOB SDK Control Login

01

Notes

  • AD, ClientSecrect, OAuth connection types saved your connection string to file DynamicsCrm.DevKit.json in the root folder of your solution. It can re-use later when you open this dialog with the Saved Connections dropdown.
  • With AD and OAuth connection types, password will encrypted before save with connection string to file. This is open source project, anybody with a small skill can know the decrypt method in the project then use it to decrypt your password. We recommend you use your temporary password if you want use these connection types.
  • OOB SDK Control Login don't save your password to file. We recommend you use this connection type.

02

Clone this wiki locally