From 3460b7e16dc35cb43fd949ead9e168aa0dd20b55 Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:17:52 -0500 Subject: [PATCH] Update adr/0002-keycloak-gitlab.md Co-authored-by: Blake Burkhart --- adr/0002-keycloak-gitlab.md | 1 + 1 file changed, 1 insertion(+) diff --git a/adr/0002-keycloak-gitlab.md b/adr/0002-keycloak-gitlab.md index bc72986..7f119b8 100644 --- a/adr/0002-keycloak-gitlab.md +++ b/adr/0002-keycloak-gitlab.md @@ -39,6 +39,7 @@ Note: Supporting pushed users is helpful to GitLab users, because this allows ot **Pros:** - Common standard SSO integration method - The new GitLab user account is created on demand, no provisioning delay for the new user to login. + **Cons:** - New user accounts don't exist in GitLab before the new user's first login. This prevents other users in GitLab from interacting with the new user (assigning tasks, @ mentions, etc) before their first login.