Skip to content

UI to configure Microsoft Azure integration

Drew Blessing requested to merge microsoft_app_settings_ui into master

What does this MR do and why?

Adds a new setting section and form to the existing Group -> Settings -> SAML SSO page. This will allow group owners to configure Microsoft Azure integration settings to support group sync when a SAML response contains an overage claim.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

NOTE: Values in screenshot are not valid, for security purposes.

Before After
N/A Screenshot_2023-07-14_at_9.36.08_AM

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable the feature flag in the Rails console: Feature.enable(:microsoft_azure_group_sync)
  2. Enable 'Group SAML' in GDK following the docs at https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/saml.md#group-saml. Note, there's no need to enable the feature flags mentioned in these docs.
  3. Navigate to a test group, Settings, SAML SSO.
  4. Observe the 'Microsoft Azure integration' settings below SCIM Token.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Drew Blessing

Merge request reports

Loading