Skip to content
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

Use an https callback for OIDC once again. #3461

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Oct 29, 2024

ASWebAuthenticationSession added a new initialiser that takes a Callback with support for either a scheme (what we were using) or an https callback. This means we can revert #1937 and go back to using a regular https callback. As this isn't using universal links we don't need to use the bundle id to disambiguate between App Store, Nightly and PR builds either.

Closes #1936

The app's URL on the consent page
Simulator Screenshot - iPhone 16 Pro Max - 2024-10-29 at 10 20 39

@pixlwave pixlwave requested a review from a team as a code owner October 29, 2024 09:38
@pixlwave pixlwave requested review from Velin92 and removed request for a team October 29, 2024 09:38
@pixlwave pixlwave added the pr-change for updates to an existing feature label Oct 29, 2024
Copy link

github-actions bot commented Oct 29, 2024

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against 24170cf

Copy link

codecov bot commented Oct 29, 2024

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
847 1 846 0
View the full list of 1 ❄️ flaky tests
RoomScreenViewModelTests testPinnedEventsBanner()

Flake rate in main: 24.82% (Passed 103 times, Failed 34 times)

Stack Traces | 22.7s run time
Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "Awaiting publisher". (.../Sources/Extensions/XCTestCase.swift:43)

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

Copy link

@pixlwave pixlwave requested a review from stefanceriu October 29, 2024 10:22
Copy link
Member

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Veery nice! 👏

@pixlwave pixlwave merged commit 589df7d into develop Oct 29, 2024
7 checks passed
@pixlwave pixlwave deleted the doug/oidc-redirect branch October 29, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-change for updates to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OIDC redirect sometimes fails to be picked up.
2 participants