-
Notifications
You must be signed in to change notification settings - Fork 15
Connection
PhuocLe edited this page Sep 28, 2023
·
10 revisions
DynamicsCrm.DevKit
support 4
connection types
AD
ClientSecret
OAuth
OOB SDK Control Login
DynamicsCrm.DevKit
Connection Dialog
-
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