Remove legacy WPJ Account Authenticator IPC strategy from Common, Fixes AB#3571860#3077
Draft
Remove legacy WPJ Account Authenticator IPC strategy from Common, Fixes AB#3571860#3077
Conversation
|
✅ Work item link check complete. Description contains link AB#3571860 to an Azure Boards work item. |
Agent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/sessions/e1cd9ac1-af7b-4d07-95be-b326f0b68314 Co-authored-by: p3dr0rv <76129899+p3dr0rv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove legacy WPJ Account Authenticator IPC strategy, Fixes AB#3571860
Remove legacy WPJ Account Authenticator IPC strategy from Common
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The legacy
LEGACY_ACCOUNT_AUTHENTICATOR_FOR_WPJ_APIIPC strategy and its associated telemetry attribute are no longer needed. This removes all references from Common as the first step — Broker must be updated separately after this lands.Changes
IIpcStrategy.Type— RemovedLEGACY_ACCOUNT_AUTHENTICATOR_FOR_WPJ_APIenum value; enum now contains onlyBOUND_SERVICE,ACCOUNT_MANAGER_ADD_ACCOUNT, andCONTENT_PROVIDERAndroidDeviceRegistrationClientController— Removed static import and theelse ifbranch mapping the legacy type toAttributeName.legacy_account_manager_statusAttributeName— Removedlegacy_account_manager_statusconstant and its Javadoc; must also be removed from the Broker repo'sAttributeName.javaDeviceRegistrationIpcStrategiesProvider— Removed KDoc references toWpjLegacyAccountAuthenticatorStrategyand "append legacy strategy after calling super"IpcStrategyWithBackupTests— ReplacedLEGACY_ACCOUNT_AUTHENTICATOR_FOR_WPJ_APImock usages withACCOUNT_MANAGER_ADD_ACCOUNT/BOUND_SERVICEto maintain diverse fallback-chain coverageOriginal prompt