Add SaaS check to onboarding redirect setup
Currently the code only saves value to onboarding_step_url
if on SaaS and that will keep us from redirecting non-SaaS instances.
However, we shouldn't just rely on that and we should:
onboarding_in_progress
to true
if not on SaaStests under ee/spec/features/registrations/saas/
covers positive test of this and other tests cover the non-SaaS cases
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #351738 (closed)