-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSAL version 4.6.3 cannot be authenticated on Android 5.0 & 4.4.4 #1872
Comments
@weedcry The issue is shared with engineering team we will get back to you soon once we have prioritized. Thanks. |
Thanks |
Hi @negoe |
Hi @negoe |
This was fixed in : #2003 Correction 2/5/24: The fix shared above is not for this issue but is for a different open telemetry related issue. |
Hi @weedcry and @Aaron-Constance, can you please upgrade to the latest version and let me know if you are still experiencing the issue? |
Hi @negoe |
Unfortunately, we do not see any other customers sharing the same issue so it really difficult for us to prioritize it. We are keeping an eye and will keep checking if more customers get impacted, we will definitely prioritize this work. |
Any solution we have the same problem in the version |
Describe the bug
I have implemented MSAL version 4.6.3 in my project and when I try to authenticate (MultipleAccount) on Android 5.0.2, an error occurs that causes the app to crash.
Previously, I had implemented the same on Android 7.0 and it works fine.
I also tried to download the source sample at (https://github.com/Azure-Samples/ms-identity-android-java)
Implemented MSAL version 4.6.3 and tried to authenticate (MultipleAccount) on Android 5.0.2 and android 4.4.4, and the same error occurs as mentioned above.
The source sample at Android 7.0 still works fine.
I see that the MSAL library requires Android API Level 16+, so I think it should still work fine on Android 5.0.2 & 4.4.4.
Smartphone
Additional context
The error I received at source sample log.txt
The text was updated successfully, but these errors were encountered: