delegateas/Daxif

Upgrade to latest DataVerse Client SDK

Opened this issue · 0 comments

Currently Daxif uses the now outdated Microsoft.CrmSdk.XrmTooling.CoreAssembly package, which in turn makes use of ADAL for auth (through Microsoft.IdentityModel.Clients.ActiveDirectory).
This is inconvinient as ADAL support has stopped as of December 31st 2022.

In order to make use of latest (and supported) MSAL-based implementation it is necessary to port the code to use the latest Microsoft.PowerPlatform.DataVerse.Client package.