microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Microsoft Authentication Library (MSAL) for Android
**Details** 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):** - Device:...
**Describe the bug** My app is live and in production. I see the below screenshot after signing in using the `ISingleAccountPublicClientApplication` `signIn` method. My device is already registered in Intune...
Company PR: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2435 1. Remove the conditional setting of the correlation ID in AccountState since it's a quick fix to pass the tests. 2. Add try catch block for the...
### Summary After I made some changes related to the POM logic, we see that this renaming task config (which was originally added as a workaround) is renaming the aar...
I have a react native android app which is using AAD B2C for authentication with MSAL library. I have added the below intent filter in my AndroidManifest.xml file but I...
Labs API doesn't have support for the various applications, users, etc. that are needed for native auth test cases. Instead, we manage these values manually - currently through environment variables...
Has a dependency on the configuration parameters work Company PR: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2438 The previous E2E test PR for sign in cases https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/2123 **SignIn username + code:** - User is not registered...
Not sure if this is a bug or missing functionality. **Is your feature request related to a problem? Please describe.** As a mobile app I'd like to check is user...
Library version used Microsoft.Identity.Client-4.60.3 .NET version netstandard2.0 Scenario PublicClient - Android mobile app (API Level 34) Is this a new or an existing app? The app is in production, I...