-
Notifications
You must be signed in to change notification settings - Fork 15
DynamicsCrm.DevKit.json
PhuocLe edited this page Jun 25, 2021
·
3 revisions
- Exist in the root folder of your solution
- Saved your connections with password encrypted
{
"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"
}
]
}