You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bind token refresh requests to the credential owner’s explicit per-user User-Agent instead of ambient current-user state.
Add deterministic coverage for a different current user, explicit token-request header construction/fallback, and DPoP nonce-retry User-Agent preservation.
Add an AuthFlowTester cold-restart regression that captures the actual /services/oauth2/token User-Agent and requires RT, A2, and OT.
Document the first-post-restart refresh invariant.
Why no timestamp reconciliation
No persisted-state repair is needed. Warm refreshes later in the original process already carry RT, and the post-restart regression passes once refresh resolves the credential owner explicitly. The failing request also omitted other per-user markers, confirming request-context loss rather than RT persistence loss.
Validation
Pre-fix focused regression failed as expected: the endpoint request had no explicit UA and omitted the owner’s RT/test markers.
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.88%. Comparing base (48982e7) to head (d78f7bc). ⚠️ Report is 1 commits behind head on dev.
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
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.
Summary
/services/oauth2/tokenUser-Agent and requiresRT,A2, andOT.Why no timestamp reconciliation
No persisted-state repair is needed. Warm refreshes later in the original process already carry
RT, and the post-restart regression passes once refresh resolves the credential owner explicitly. The failing request also omitted other per-user markers, confirming request-context loss rather thanRTpersistence loss.Validation
SFSDKOAuthTokenEndpointResponseTests: 5 passed, 0 failed, 0 skipped.git diff --checkpasses.Workspace spec
Work item