-
- Downloads
Merge branch 'add-2fa-check-to-oauth' into 'master'
Add 2FA check to the OAuth authentication mechanism Needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/19312 2FA checks were not being performed when logging in via any of the OAuth providers. Just LDAP had the check. This MR fixes that. See merge request !1976
Showing
- app/controllers/omniauth_callbacks_controller.rb 5 additions, 1 deletionapp/controllers/omniauth_callbacks_controller.rb
- spec/features/login_spec.rb 38 additions, 5 deletionsspec/features/login_spec.rb
- spec/support/login_helpers.rb 34 additions, 0 deletionsspec/support/login_helpers.rb
- spec/support/omni_auth.rb 1 addition, 0 deletionsspec/support/omni_auth.rb
Loading
Please register or sign in to comment