-
Notifications
You must be signed in to change notification settings - Fork 15
DynamicsCrm.DevKit.json
PhuocLe edited this page Sep 28, 2023
·
3 revisions
-
Exist
in theroot folder
of yourVisual Studio Solution
-
Saved
your connections withpassword encrypted
(Only forAD
andOAuth
) -
ClientSecret
wedon't encrypt
theClient Id
andSecret Key
when saved.
{
"DefaultCrmConnection": "AD",
"CrmConnections": [
{
"Name": "OAuth",
"Url": "https://dev2-devkit.crm5.dynamics.com",
"UserName": "[email protected]",
"Password": "dadeadedm5wnddeew2teG9PHg==",
"Type": "OAuth"
},
{
"Name": "ClientSecret",
"Url": "https://dev2-devkit.crm5.dynamics.com",
"UserName": "e31fc7d6-4dce-46e3-8677-04ab0a2968e3",
"Password": "iwRSB0te8o]pHX_ayVQLJUqziB1E0h",
"Type": "ClientSecret"
},
{
"Name": "AD",
"Url": "http://localhost:1000/CRM",
"UserName": "crm\\crmadmin",
"Password": "jx0fswSm5wnmew2teG9PHg==",
"Type": "AD"
}
]
}