You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
I think this is fixed in the following PR that has been merged - #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
Hi everyone,
Sorry about the delay. I just released an update (v4.35.1.3) to address this. Hopefully there is a more elegant solution with AssemblyLoadContext that can be implemented at some point in the future but let me know if the updated module works for you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to get this to work in a Azure Powershell function (httptrigger)
Test code I have is the following
Local in vs code debug it works fine.
However, when testing this code in Azure I get the following error
I have MSAL.PS 4.21.0.1 included in the Modules folder of the project
Any clue what might be causing this issue and how to resolve it?
The text was updated successfully, but these errors were encountered: