Skip to content
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

Open
weedcry opened this issue Aug 2, 2023 · 9 comments
Open

MSAL version 4.6.3 cannot be authenticated on Android 5.0 & 4.4.4 #1872

weedcry opened this issue Aug 2, 2023 · 9 comments
Assignees
Projects

Comments

@weedcry
Copy link

weedcry commented Aug 2, 2023

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

  • Android Version: 5.0.2 & 4.4.4
  • MSAL Version 4.6.3

Additional context
The error I received at source sample log.txt

@weedcry weedcry changed the title MSAL version 4.6.3 cannot be authenticated on Android 5.0 MSAL version 4.6.3 cannot be authenticated on Android 5.0 & 4.4.4 Aug 2, 2023
@negoe negoe added this to Needs triage in Bug Triage Aug 7, 2023
@negoe negoe moved this from Needs triage to In Progress in Bug Triage Aug 14, 2023
@negoe negoe assigned shahzaibj and unassigned somalaya Aug 14, 2023
@negoe negoe moved this from In Progress to Committed in Bug Triage Aug 14, 2023
@negoe
Copy link
Contributor

negoe commented Aug 21, 2023

@weedcry The issue is shared with engineering team we will get back to you soon once we have prioritized. Thanks.

@weedcry
Copy link
Author

weedcry commented Aug 21, 2023

@weedcry The issue is shared with engineering team we will get back to you soon once we have prioritized. Thanks.

Thanks

@negoe negoe moved this from Committed to Investigation Required in Bug Triage Oct 16, 2023
@negoe negoe added the Inevstigation Engineering team as looked into the issue and needs deeper investigation to provide a conclusion label Oct 16, 2023
@negoe
Copy link
Contributor

negoe commented Oct 19, 2023

Hi @weedcry, Thanks for your patience. The team has been occupied with some high priority work items. Can you please try and upgrading to latest version that is 4.9.0 and let me know if the problem persists?

@Aaron-Constance
Copy link

Hi @negoe
We are also experiencing this issue. We're on the latest version: 4.9.0.

@weedcry
Copy link
Author

weedcry commented Nov 28, 2023

Hi @negoe
I have checked on MSAL version 4.9.0 and 4.10.0 (latest version), the same error still continues on Android 4.4.4.

@negoe
Copy link
Contributor

negoe commented Jan 29, 2024

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.

@negoe negoe moved this from Investigation Required to Closed in Bug Triage Jan 29, 2024
@negoe negoe removed the Inevstigation Engineering team as looked into the issue and needs deeper investigation to provide a conclusion label Jan 29, 2024
@negoe negoe closed this as completed Jan 29, 2024
@negoe negoe reopened this Feb 5, 2024
Bug Triage automation moved this from Closed to Needs triage Feb 5, 2024
@negoe
Copy link
Contributor

negoe commented Mar 26, 2024

Hi @weedcry and @Aaron-Constance, can you please upgrade to the latest version and let me know if you are still experiencing the issue?

@weedcry
Copy link
Author

weedcry commented Mar 27, 2024

Hi @negoe
I have tried using MSAL for Android at version 5.2.0 (latest) on an Android 4.4.4 device and the same error still appears.
The app crashes with the following log exception_MSAL.txt
However, the app works normally on an Android 7.0 device.
I think that the current latest version still hasn’t resolved this issue.

@negoe
Copy link
Contributor

negoe commented Mar 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Bug Triage
  
Needs triage
Development

No branches or pull requests

5 participants