-
Notifications
You must be signed in to change notification settings - Fork 392
fix(W-23836447): allow dpop_jkt on login pool servers #2988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
f9a47a3
fix(W-23836447): allow dpop_jkt on login pool servers
wmathurin c2b6fc5
fix(test): handle non-dismissable login picker in Chrome Custom Tab p…
wmathurin 491ede9
fix(test): correct L-marker for pool-server logins; add non-DPoP pool…
wmathurin 9b80984
fix(test): handle pre-shown picker in changeServerByUrl; add pool ser…
wmathurin 8d73304
Merge fix-chrome-tab-picker-backout: clean up picker comments
wmathurin d0680a0
fix(test): dismiss picker in ensureRegularAuthServer when WebView pat…
wmathurin 3ad18b0
fix(test): fix WebView timing after server-picker dismissal
wmathurin 7fcd4c0
Merge remote-tracking branch 'upstream/dev' into dpop-jkt-pool-servers
wmathurin 2b5818a
fix(W-23836447): stabilise dpop_jkt key across pool-server /authorize…
wmathurin e702d35
docs+test(W-23864247): skip pool server DPoP test; update AuthFlowTes…
wmathurin 98f9399
fix(test): fix DPoPLoginTests failures in AuthFlowTester
wmathurin ecfa2a5
fix(test): use WEBVIEW_ACTION_TIMEOUT_MS for Chrome Custom Tab field …
wmathurin c6abcff
fix(test): fix testLoginForAdmin_DPoP and address PR #2988 review fee…
wmathurin c581e75
fix(test): fix testChangeDynamicConfigWithoutLogin_existingUserUnaffe…
wmathurin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is active (not
@Ignored) and fails in theui-tests-prCI job for HEAD withjava.lang.Exception: loginPoolHost not found in ui_test_config.json—useLoginPoolHost = trueroutes intorequireLoginPoolHost()(UITestConfig.kt:86), which throws when the key is absent. The spec (Workspace 76) required addingloginPoolHostto the liveui_test_config.jsonand toshared/test/ui_test_config.json.sample; the sample here still has onlyloginHosts/apps. Please either provisionloginPoolHostin the CI config and add it to the.sample, or guard this test so it skips gracefully when the key is missing (as the DPoP pool test does with@Ignore), so a greenui-testsrun reflects real coverage.