-
Notifications
You must be signed in to change notification settings - Fork 497
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 ASWebAuthenticationSession to display OIDC account management URL #7671
Conversation
This is so that the cookies/context are shared with the sign in and system browser. Fixes #7668
@@ -195,14 +197,19 @@ final class UserSessionsFlowCoordinator: NSObject, Coordinator, Presentable { | |||
} | |||
|
|||
private func openDeviceLogoutRedirectURL(_ url: URL) { | |||
guard let window = self.presentationAnchor else { |
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 feels very wrong to me, but I wasn't sure how to do it better.
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #7671 +/- ##
===========================================
+ Coverage 11.85% 12.22% +0.36%
===========================================
Files 1648 1650 +2
Lines 163748 163832 +84
Branches 67186 67241 +55
===========================================
+ Hits 19412 20021 +609
+ Misses 143698 143165 -533
- Partials 638 646 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.14) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
@hughns I added an extra commit that uses the existing |
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.
lgtm 👍
…element-hq#7671) Co-authored-by: Doug <douglase@element.io>
Fixes #7668
Pull Request Checklist