MSAL.PS icon indicating copy to clipboard operation
MSAL.PS copied to clipboard

Function App system assigned managed identity does not work

Open Raphdeumax opened this issue 3 years ago • 1 comments

Function App system assigned managed identity does not work with MSAL.PS in lastest version.

Because "Microsoft.Identity.Client.dll" is already loaded in the core app.

It would be necessary to detect the execution in a function app so that the libraries are not loaded

Thank's ;-)

Raphdeumax avatar Mar 12 '21 14:03 Raphdeumax

I think this is fixed in the following PR that has been merged - https://github.com/AzureAD/MSAL.PS/pull/26 A new release hasn't been created but I just updated MSAL.PS.ps1 with the code from the PR and that solved my issue with the dll conflict

muzzar78 avatar Mar 13 '21 04:03 muzzar78