microsoft-authentication-library-for-dotnet icon indicating copy to clipboard operation
microsoft-authentication-library-for-dotnet copied to clipboard

[Bug] WAM - throw when msalruntime.dll is not found

Open gladjohn opened this issue 3 years ago • 0 comments

Logs and network traces none

Which version of MSAL.NET are you using? 4.47.1

Platform Net.Core (consuming netstandard 2.0 interop lib)

What authentication flow has the issue?

  • Desktop / Mobile
    • [x] Interactive
    • [ ] Integrated Windows Authentication
    • [ ] Username Password
    • [ ] Device code flow (browserless)
  • Web app
    • [ ] Authorization code
    • [ ] On-Behalf-Of
  • Daemon app
    • [ ] Service to Service calls

Problem? We only log the failure when interop is not able to load msalruntime.dll, instead we should throw

gladjohn avatar Sep 23 '22 00:09 gladjohn