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] [Sep] [16.0.2] handle crypto error gracefully (#2190) #2199

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/2197 https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2198