-
Notifications
You must be signed in to change notification settings - Fork 187
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 external app for OIDC fallback instead of webview #4293
base: develop
Are you sure you want to change the base?
Conversation
Thank you for your contribution! Here are a few things to check in the PR to ensure it's reviewed as quickly as possible:
|
@bmarty please have a look at this |
This comment was marked as duplicate.
This comment was marked as duplicate.
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.
Yes embedded web-view based login when OIDC upstream provider is Google doesn't work and it isn't recommended either. This PR fixes this issue. We were having this problem with our community hence we decided to contributed the patch upstream. Please let us know if there is something else that we need to do.
We would love to have this PR merged.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4293 +/- ##
===========================================
- Coverage 80.13% 80.12% -0.01%
===========================================
Files 2052 2052
Lines 54576 54577 +1
Branches 6672 6672
===========================================
- Hits 43733 43729 -4
- Misses 8560 8562 +2
- Partials 2283 2286 +3 ☔ View full report in Codecov by Sentry. |
I think it's indeed better to fallback to the system browser rather than a WebView, even though that means switching apps. We do need to make sure that the callback to the app works as intended |
Motivation and context
if the default browser is not Chrome we are currently using Webview which google no longer supports, and we should open the auth link in an external browser instead
Tests
Tested devices
Checklist