Skip to content
Snippets Groups Projects

Enable SSO and ensure trial registrations perform onboarding steps

Merged Doug Stull requested to merge 404926-add-sso-onboarding-specs into master
All threads resolved!
Compare and Show latest version
9 files
+ 22
11
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -21,7 +21,7 @@ def handle_omniauth
@@ -21,7 +21,7 @@ def handle_omniauth
AuthHelper.providers_for_base_controller.each do |provider|
AuthHelper.providers_for_base_controller.each do |provider|
define_method(provider) do
define_method(provider) do
set_registration_tasks if intent_to_register?
set_registration_tasks if intent_to_register?
omniauth_flow(Gitlab::Auth::OAuth)
handle_omniauth
end
end
end
end
Loading