Yu Xin
Yu Xin
### Comments and Changes Summary: - Use Regex rules to filter the log message under loggerCallback. There are two pools for the regex rules: `infoPIIToCheck` - items should not exist...
### Goal: The SDK currently throws Exceptions in some flows (e.g. ClientException when an empty username is passed, refresh token exceptions, etc.). We should refactor this and replace it with...
### 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...
### 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...
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...
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...
Fix update according to the following team feedback: - 2700582: [use case 1.2.2] User is not registered with given email: No error is popped up in UI (Probably this is...
Company PR: https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/2151 ## Investigation Summary: - The first SDK instance: since there is no authorityIsKnownFromConfiguration, Authority class will return CIAMAuthority(authorityUrl) which has no client id inside. However, under NativeAuthPublicClientApplicationConfiguration.validateConfiguration,...
## Introduction Native auth adopted E2E automation test without any UI. Remove/Revert previous changes to MSAL test app. ## Reference The previous merged related PR, especially the first one. https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/2001...