[Bug] logCallbackHandle is null #878
Labels
Broker
For issues related to the msal4j-brokers package
Bug
Something isn't working, needs an investigation and a fix
P2
Normal priority items, should be done after P1
public-client
For questions/issues related to public client apps
Library version used
1.15.1
Java version
17x86 temurin
Scenario
PublicClient (AcquireTokenInteractive, AcquireTokenByUsernamePassword)
Is this a new or an existing app?
The app is in production, I haven't upgraded MSAL, but started seeing this issue
Issue description and reproduction steps
Our MSAL integration haven't been used for a while after initial implementation and now we are testing it again and we get this weird issue that we haven't seen before.
Do you have any idea what could cause this?
I don't understand this function. If it gets
enableLogging=true
, it checks iflogCallbackHandle == null
but if it getsfalse
, it assumes logCallbackHandle is not null and attemps to call a function on it. Why?And I can't even see this library code on github because it is behind a private repo.
Relevant code snippets
Expected behavior
No response
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
No response
The text was updated successfully, but these errors were encountered: