DynamicsCrm.DevKit.json - phuocle/Dynamics-Crm-DevKit GitHub Wiki
Exist
in the root folder
of your Visual Studio Solution
Saved
your connections with password encrypted
(Only for AD
and OAuth
)
ClientSecret
we don't encrypt
the Client Id
and Secret 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"
}
]
}