microsoft-authentication-library-common-for-android
microsoft-authentication-library-common-for-android copied to clipboard
Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
This PR and its companion PR (https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/2082) enables multiple access token support for Native Auth. A pair of new method have been added in the AccountState class to allow developer...
In this PR, i'm adding a new API Path for Account Transfer V2 rather than adding the functionality through Account Chooser activity and Acquire Token. This will make it easier...
Adding the lab cert to copy file rule Adding a span name for AndroidKeyStoreSessionKeyLoaderOperation
Related broker PR : https://github.com/AzureAD/ad-accounts-for-android/pull/2786/checks?check_run_id=24473422603
### Goal: - Review our log statements and reduce to only those that are relevant and useful. Especially the logMethodCall should be much reduced. Not every method call is relevant...
Added Unit tests for Silent Token command with no, single and multiple controller mocking the controller behavior to either return success or an error.
Broker and MSAL changes are still wip.