Skip to content

Allow Group owners to delete user's SCIM and SAML identities via API

nobody requested to merge gitlab-community/gitlab:issue-423592 into master

What does this MR do and why?

To try to close #423592 (closed) and #387971 (closed)

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

bash delete_scim_identity.sh 

{"message":"202 Accepted"}

cat delete_scim_identity.sh
curl --location --request DELETE "http://127.0.0.1:3000/api/v4/groups/33/scim/test_uid" \

\--header "PRIVATE-TOKEN: \<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 Cynthia "Arty" Ng

Merge request reports