microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Microsoft Authentication Library (MSAL) for Android
Can I programmaticaly retrive "deviceId" UUID visible in Microsoft Authenticator app and protal.azure.com?  I've tried to fetch it like that: https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/637 but "deviceId" is not present in either "mAccount#mIdTokenClaims"...
I am trying to find an API that works for this and having problems. from the research I have been doing I think I need App Only tokens, whereas the...
**Describe the bug** `BrokerActivity` is not robust to the `Activity.onDestroy()` lifecycle event which [the system may trigger at arbitrary times](https://developer.android.com/reference/android/app/Activity#onDestroy()) while `BrokerActivity` is in the background to temporarily preserve system...
**Describe the bug** If multiple simultaneous interactive brokered auth sessions are started in the same application, the second (and beyond) interactive session will deadlock on an infinite spinner until all...
**What** Adding support for global configuration, where developers designate global fields that they'd want all PCA instances to have through a global configuration file. Refer to the design document PR...
A client pointed out a mistake we have on our documentation regarding the msal version being 2.0.+ instead of 2.3.+