Connection - phuocle/Dynamics-Crm-DevKit GitHub Wiki
DynamicsCrm.DevKit
support 4
connection types
AD
ClientSecret
OAuth
OOB SDK Control Login
DynamicsCrm.DevKit
Connection Dialog
Notes
AD
,ClientSecrect
,OAuth
connection types saved yourconnection string
to file DynamicsCrm.DevKit.json in theroot folder
of yourvisual studio solution
. It can re-use later when you open this dialog with theSaved Connections
dropdown.- With
AD
andOAuth
connection types,password will encrypted
before saved to file.
Note:
decrypt method
also 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. Werecommend
you use yourtemporary password
if you want use these connection types.
ClientSecrect
saved theClient Id
andSecret Key
to filewithout encrypt
.OOB SDK Control Login
when use, itdon't save your password
to file. Werecommend
you use this connection type.
DynamicsCrm.DevKit
OOB SDK Control Login Dialog