-
Notifications
You must be signed in to change notification settings - Fork 16
DynamicsCrm.DevKit.json
PhuocLe edited this page Sep 28, 2023
·
3 revisions
-
Existin theroot folderof yourVisual Studio Solution -
Savedyour connections withpassword encrypted(Only forADandOAuth) -
ClientSecretwedon't encrypttheClient IdandSecret Keywhen saved.
{
"DefaultCrmConnection": "AD",
"CrmConnections": [
{
"Name": "OAuth",
"Url": "https://dev2-devkit.crm5.dynamics.com",
"UserName": "dev2@pldevkit.onmicrosoft.com",
"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"
}
]
}