microsoft-authentication-library-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-for-android copied to clipboard

Microsoft Authentication Library (MSAL) for Android

Results 168 microsoft-authentication-library-for-android issues
Sort by recently updated
recently updated
newest added

Can I programmaticaly retrive "deviceId" UUID visible in Microsoft Authenticator app and protal.azure.com? ![image](https://user-images.githubusercontent.com/32813983/172161633-918173da-2e02-4996-896d-5e98d4ef9ad2.png) 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"...

Incoming Issue

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...

Incoming Issue

**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...

Incoming Issue

**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...

Incoming Issue

**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...

msal

A client pointed out a mistake we have on our documentation regarding the msal version being 2.0.+ instead of 2.3.+

- Added claims request and client capabilities tests

test-automation