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

An Android APK can have 3 unique signatures/signing-key: 1. Debug (debug build variant) 2. Release (release build variant) 3. Play App Signing (Google Play re-signs the release APK after it...

Add Automation Tests to test perf when multiple silent token requests are done in parallel. Two tests are added: one for non-joined and one for joined device

test-automation

**Describe the bug** We got the following crash: ``` Caused by com.microsoft.identity.client.exception.MsalUiRequiredException: AADB2C90080: The provided grant has expired. Please re-authenticate and try again. Current time: 1708110953, Grant issued time: 1708007529,...

**Describe the bug** We are using the Microsoft Authentication library for Android to authenticate our users, using the native solution. Our app just call the MSAL (MicrosoftAuth). After our user...

**Is your feature request related to a problem? Please describe.** I was unable to find where the ID token is exposed, because in the MSAL iOS SDK, the ID token...

Incoming Issue

Add support for DC and flight SDK request parameters, and attach to /authorize and /token requests Corresponding MSAL common PR: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2313

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

**Describe the bug** Environment: Production. in MFA, after entering 8-digit key and receiving a 2-digit number and approved in auth app, expected `AuthenticationCallback.onSuccess`, but received `AuthenticationCallback.onError`. **Smartphone (please complete the...

**Describe the bug** We are going to make b2c authorization in our Android app and we faced with issue with "IMultipleAccountPublicClientApplication.acquireToken" method and fragment. **Smartphone (please complete the following information):**...