microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Microsoft Authentication Library (MSAL) for Android
Add test coverage for Single Tenant Application **Why?:** We recently introduced a bug in the broker that broke only single-tenant application. Our test plans/test apps doesn't have coverage on it,...
com.microsoft.identity.client.exception.MsalClientException: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality...
When filtering for devices the ExtensionAttribute rule is ignored, both policies seem to always apply regardless of the extensionAttribute that's set. You can reproduce this behavior in the whatif tool....
Hi, The code samples and documentation don't seem to show how MSAL Android can fit into a scalable app architecture, such as the one recommended in the Android docs: https://developer.android.com/topic/architecture#recommended-app-arch...
**Describe the bug** Is your app live and in production or is this a development issue? Provide a clear and concise description of what the bug is. My app is...
Dear team, Our app currently uses B2C library for login authentication. We would like to run this app on an Android emulator on a PC with a VPN setup. We...
**Describe the bug** Is your app live and in production or is this a development issue? Provide a clear and concise description of what the bug is. **Smartphone (please complete...
Work Item: https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2096386 I created this Test Case: https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2110359 Work to create an automated UI test to check that the "Sign in from another device" option shows up when we...
**Describe the bug** When building app with ``` isMinifyEnabled = true proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro") ``` Dependencies ``` implementation 'com.microsoft.graph:microsoft-graph:5.19.0' implementation 'com.azure:azure-identity:1.5.4' implementation 'com.microsoft.identity.client:msal:4.0.1' ``` Issues when creating release build ``` Type...
Pipeline that can run MSAL automation using supplied RC build of MSAL and run it against prod brokers.