Hello, I', writing a C# application that will connect to my crm system and ive been using the tag
<addname="Server=CRM Online, organization=org, user=user"
connectionString="Url=https://org.crm.dynamics.com; Username=username; Password=password; authtype=Office365"/>
</connectionStrings>
Except now I don't want to have the credentials directly written and rather would want to use a tag like CRMSvcUtil has with interactivelogin:true. That way the user has to type in their information rather then it just be plainly available. So is there a way I can use an interactivelogin to pull information for connection strings in the App.config?