Connection - phuocle/Dynamics-Crm-DevKit GitHub Wiki
DynamicsCrm.DevKit support 4 connection types
ADClientSecretOAuthOOB SDK Control Login

DynamicsCrm.DevKitConnection Dialog
Notes
AD,ClientSecrect,OAuthconnection types saved yourconnection stringto file DynamicsCrm.DevKit.json in theroot folderof yourvisual studio solution. It can re-use later when you open this dialog with theSaved Connectionsdropdown.- With
ADandOAuthconnection types,password will encryptedbefore saved to file.
Note:
decrypt methodalso included in this project, so anybody with a small skill can know the decrypt method in the project and use it to decrypt your password. Werecommendyou use yourtemporary passwordif you want use these connection types.
ClientSecrectsaved theClient IdandSecret Keyto filewithout encrypt.OOB SDK Control Loginwhen use, itdon't save your passwordto file. Werecommendyou use this connection type.

DynamicsCrm.DevKitOOB SDK Control Login Dialog