Skip to content

Feature flag: Allow SCIM API to return SAML identity

Drew Blessing requested to merge dblessing_scim_api_404 into master

What does this MR do?

Related to #217509 (closed)

Prior to separating SCIM and SAML identities, the SCIM API could be used to get SAML-only users. Some customers came to rely on this for auditing purposes. Despite it not being an intended use of the API, we're reintroducing the functionality temporarily while we address some additional deficiencies in SCIM support. This feature is behind a feature flag and will only be enabled for customers with a broken workflow.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Drew Blessing

Merge request reports