microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Manage test configuration through config file
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 (CI env. vars. and Gradle parameters). These variables don't scale, so we're moving to having all the variables that are needed in a configuration file that's stored in a Labs KeyVault.
MSAL common PR: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2439