AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

[Hotfix] [July] [14.0.2] handle crypto error gracefully (#2190) #2197

Closed mohitc1 closed 1 year ago

mohitc1 commented 1 year ago

We've discovered that Android KeyStore could throw an unexpected error due to a bug in their stack.

This is to make sure the error is handled gracefully without crashing the app.

Related https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2198 https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2199

Original https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2190