Skip to content

Resolve "Polish SAML SSO configuration page"

What does this MR do?

Re-order the SAML SSO page.

before after
Screenshot_2019-06-05_at_20.24.30 Screenshot_2019-06-07_at_16.56.36

Does this MR meet the acceptance criteria?

Conformity

How to test

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

providers:
  - { name: 'group_saml' }

Enable the following feature flags in the Rails console (rails c):

  • Feature.enable(:enforced_sso)
  • Feature.enable(:group_scim)
  • Feature.enable(:group_managed_accounts)

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

Closes #11259 (closed)

Edited by Brandon Labuschagne

Merge request reports