Skip to content

Convert group authentication checkox to toggle button

Brandon Labuschagne requested to merge 9406-convert-checkbox-to-toggle into master

What does this MR do?

This MR updates the enable group auth checkbox to a toggle button

before after
Screenshot_2019-03-12_at_12.45.52 Screenshot_2019-03-12_at_12.45.27

What are the relevant issue numbers?

#9406 (closed)

How to test this change locally

You need to add the below to your config/gitlab.yml file

providers:
  - { name: 'group_saml' }

You'll also have to run Feature.enable(:group_scim) via the Ruby console in order to enable the feature flag.

Then select a group -> hover settings -> select SAML SSO

Does this MR meet the acceptance criteria?

Edited by Brandon Labuschagne

Merge request reports