-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
feat: Option to disable 2FA for OAuth users #32945
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: b878dc7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 34 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32945 +/- ##
===========================================
+ Coverage 59.32% 59.79% +0.47%
===========================================
Files 2548 2548
Lines 63415 63412 -3
Branches 14269 14267 -2
===========================================
+ Hits 37622 37920 +298
+ Misses 23090 23076 -14
+ Partials 2703 2416 -287
Flags with carried forward coverage won't be shown. Click here to find out more. |
fe7ec40
to
fdb0fac
Compare
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.
- Add a PR description
- Is it possible to have some tests? I think 2FA is disabled on TEST_MODE so some units would suffice
apps/meteor/client/views/account/security/AccountSecurityPage.tsx
Outdated
Show resolved
Hide resolved
…hAvatarById * 'develop' of github.com:RocketChat/Rocket.Chat: fix: Infinite loading when uploading a private app (#33181) chore: publish preview github pages (#33248) chore: move playground (#33260) chore: E2EE setting warning update (#33224) fix: message parser being slow to process very long messages with too many symbols (#33227) chore: fix ui-playground build (#33250) feat: Option to disable 2FA for OAuth users (#32945) fix: Allow to use the token from `room.v` when requesting transcript instead of finding visitor (#33211)
Proposed changes (including videos or screenshots)
Since SSO users are already verified and coming from a reliable source, we don't necessarily need to authenticate TOTP for these users.
Added a new setting which allows workspace admins to disable email two factor authentication for SSO (OAuth) users. If enabled, SSO users won't be asked for email two factor authentication.
Issue(s)
Steps to test or reproduce
Further comments
CORE-566