Broker IPC plumbing: add onboarding blob to BrokerRequest, BrokerResu…#3101
Closed
wzhipan wants to merge 2 commits into
Closed
Broker IPC plumbing: add onboarding blob to BrokerRequest, BrokerResu…#3101wzhipan wants to merge 2 commits into
wzhipan wants to merge 2 commits into
Conversation
- OnboardingTelemetryRecorder: records steps, blocking errors, and domain tracking during interactive auth flows. Persists sessionCorrelationId to SharedPreferences on block detection for app-kill resilience. Produces JSON blob at flow end. - OnboardingBlobFieldKeys: snake_case JSON keys matching MATS convention (EntityStore prepends 'mo_' for MATS columns). Blocking error constants, step IDs, platform values. - OnboardingSessionCachePersistence: SharedPreferences-backed persistence for session correlation IDs (used by OneAuth Djinni adapter).
…lt, and command parameters - BrokerRequest: add onboarding_seed_json field (client → broker) - BrokerResult: add onboarding_blob field + builder + getter (broker → client) - InteractiveTokenCommandParameters: add onboardingSeedJson field - AcquireTokenResult: add onboardingBlob field for carrying blob through result chain - MsalBrokerRequestAdapter: serialize onboardingSeedJson from command parameters - MsalBrokerResultAdapter: extract onboardingBlob from BrokerResult into AcquireTokenResult
|
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
31f3202 to
d24c3b3
Compare
fad0a9b to
8449e16
Compare
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.
…lt, and command parameters