Skip to content

Microsoft Azure Group Sync refactor

Drew Blessing requested to merge dblessing_refactor_ms_group_sync into master

What does this MR do and why?

Related to epic SAML Group Sync: Support Azure AD Overage Claim (&10507)

Small refactors to make way for a self-managed Microsoft Group Sync Worker. This is split into a separate merge request to make the change set smaller. None of these changes will change behavior for end users.

  • Relaxes some constraints for MicrosoftApplications
  • Renames the SaaS Group Sync base class so it's clear what the base class is used for when we introduce a self-managed base class next
  • Adds a helper method to SAML config class

Screenshots or screen recordings

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

Before After

How to set up and validate locally

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

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