fix: force account selection to improve user login on gh and google#4280
fix: force account selection to improve user login on gh and google#4280
Conversation
jonas-jonas
left a comment
There was a problem hiding this comment.
Should we force this on all users? Or make it configurable if someone requests it?
|
It will make the double redirect worse in oidc, but there is this PR which improves that, we just need it reviewed and merged: #4064 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4280 +/- ##
==========================================
- Coverage 78.59% 78.59% -0.01%
==========================================
Files 381 381
Lines 27372 27373 +1
==========================================
Hits 21514 21514
- Misses 4235 4236 +1
Partials 1623 1623 ☔ View full report in Codecov by Sentry. |
Oh yeah, I'd love that ❤️ hihi Btw, this is already possible with #3276, isn't it? 🤔 I mean, you might have good reasons to apply it by default all the time, but it sounds like something that could remain configurable :) |
jonas-jonas
left a comment
There was a problem hiding this comment.
From what I can tell, this would better be solved by #3644
|
#3644 is a better solution |
See ory/elements#340
Related issue(s)
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
Further Comments