Session variable to store provider two factor bypass
With this information we can figure out at the time of enforcing two factor whether 2FA is configured at the idp end or not Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122109
显示
- app/controllers/concerns/enforces_two_factor_authentication.rb 1 个添加, 1 个删除...ontrollers/concerns/enforces_two_factor_authentication.rb
- app/controllers/omniauth_callbacks_controller.rb 17 个添加, 1 个删除app/controllers/omniauth_callbacks_controller.rb
- config/feature_flags/development/by_pass_two_factor_for_current_session.yml 8 个添加, 0 个删除...gs/development/by_pass_two_factor_for_current_session.yml
- lib/api/api_guard.rb 1 个添加, 1 个删除lib/api/api_guard.rb
- lib/gitlab/auth/two_factor_auth_verifier.rb 11 个添加, 2 个删除lib/gitlab/auth/two_factor_auth_verifier.rb
- spec/controllers/omniauth_callbacks_controller_spec.rb 37 个添加, 0 个删除spec/controllers/omniauth_callbacks_controller_spec.rb
- spec/lib/gitlab/auth/two_factor_auth_verifier_spec.rb 53 个添加, 6 个删除spec/lib/gitlab/auth/two_factor_auth_verifier_spec.rb
加载中
想要评论请 注册 或 登录