AzureAD / MSAL.PS

MIT License
159 stars 29 forks source link

Version of Microsoft.Identity.Client is significantly dated #80

Open chrisallennc opened 9 months ago

chrisallennc commented 9 months ago

The version of Microsoft.Identity.Client (4.37.0) used by the module is significantly dated (10/22/21 release) which causes it to conflict with other modules that use newer versions of the dll should this module be imported first. For example if you load MSAL.PS before the current version of SqlServer (https://www.powershellgallery.com/packages/SqlServer/22.1.1) then functions of that module error since the older version of the dll is loaded and the newer version can't be loaded when importing the module with the newer version.

Are there any plans to update the module to use a more current version of MSAL for .NET? The current version on https://www.nuget.org/packages/Microsoft.Identity.Client/ is 4.56.0. The current SqlServer module delivers with 4.46.0.