Add group_scim_identity to the members API
What does this MR do and why?
Add group_scim_identity to the members API
Changelog: changed EE: true
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Create a top-level group
- Set up group_saml
- Associate SAML and SCIM identities to a user
Identity.new(user_id: user_id, provider: "group_saml", saml_provider_id: provider_id, extern_uid: "0x1234").saveGroupScimIdentity.new(group_id: group_id, user_id: user_id, active: true, extern_uid: "0x1234").save
- Send a request to the Members API for the group
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Jio Castillo

