Commit 2d8af8cb authored by Evan Read's avatar Evan Read

Merge branch 'cguitarte-master-patch-19882' into 'master'

Update flowchart for user access and linking setup to use correct grammar

See merge request gitlab-org/gitlab!83360
parents af4fdce9 4ea1f1d8
......@@ -150,7 +150,7 @@ The following diagram is a general outline on what happens when you add users to
```mermaid
graph TD
A[Add User to SCIM app] -->|IdP sends user info to GitLab| B(GitLab: Does the email exists?)
A[Add User to SCIM app] -->|IdP sends user info to GitLab| B(GitLab: Does the email exist?)
B -->|No| C[GitLab creates user with SCIM identity]
B -->|Yes| D[GitLab sends message back 'Email exists']
```
......
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