Commit 4ea1f1d8 authored by Christopher Guitarte's avatar Christopher Guitarte Committed by Evan Read

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

parent e2c45924
...@@ -150,7 +150,7 @@ The following diagram is a general outline on what happens when you add users to ...@@ -150,7 +150,7 @@ The following diagram is a general outline on what happens when you add users to
```mermaid ```mermaid
graph TD 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 -->|No| C[GitLab creates user with SCIM identity]
B -->|Yes| D[GitLab sends message back 'Email exists'] 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