Commit 5d7e18f7 authored by Mike Jang's avatar Mike Jang

Merge branch 'mmora-master-patch-50224' into 'master'

Docs: Moved text from the previous section for better clarification

See merge request gitlab-org/gitlab!56872
parents 8474a0ba 7d1ab996
......@@ -168,6 +168,10 @@ As the app is developed by OneLogin, please reach out to OneLogin if you encount
## User access and linking setup
During the synchronization process, all of your users get GitLab accounts, welcoming them
to their respective groups, with an invitation email. When implementing SCIM provisioning,
you may want to warn your security-conscious employees about this email.
The following diagram is a general outline on what happens when you add users to your SCIM app:
```mermaid
......@@ -202,10 +206,6 @@ Upon the next sync, the user is deprovisioned, which means that the user is remo
NOTE:
Deprovisioning does not delete the user account.
During the synchronization process, all of your users get GitLab accounts, welcoming them
to their respective groups, with an invitation email. When implementing SCIM provisioning,
you may want to warn your security-conscious employees about this email.
```mermaid
graph TD
A[Remove User from SCIM app] -->|IdP sends request to GitLab| B(GitLab: Is the user part of the group?)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment