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

Manage test configuration through config file

Open SammyO opened this issue 1 year ago • 0 comments

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

SammyO avatar Jun 27 '24 15:06 SammyO