WaelHamze / dyn365-ce-vsts-tasks

VSTS Extension for Dynamics 365 Customer Engagement
https://marketplace.visualstudio.com/items?itemName=WaelHamze.xrm-ci-framework-build-tasks
GNU General Public License v3.0
115 stars 54 forks source link

Ability to log on as App Registration #241

Open nikolacace opened 3 years ago

nikolacace commented 3 years ago

Hi Wael, A few years back I forked the original Xrm Ci Framework to be able to log on with an app registration and an instance url instead of with a connection string. Would this be something you can consider for the current version? Cheers, Nikola

WaelHamze commented 2 years ago

@nikolacace what is not good about using the app registration as part of the connection? "AuthType=ClientSecret; url=https://contosotest.crm.dynamics.com; ClientId={AppId}; ClientSecret={ClientSecret}"