diff options
author | MikeBirnstiehl <michael.birnstiehl@sonarsource.com> | 2019-10-08 16:12:23 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-10-09 20:21:05 +0200 |
commit | 0afba308ea3bf475b7d365721dae52c8031b297e (patch) | |
tree | 38d87199fa9955c9f773f1c9e283afe4f96bf7cc | |
parent | 359ff819e5d61d93c173bdfb3104f98aa9e289f0 (diff) | |
download | sonarqube-0afba308ea3bf475b7d365721dae52c8031b297e.tar.gz sonarqube-0afba308ea3bf475b7d365721dae52c8031b297e.zip |
DOCS fix typo and add path
-rw-r--r-- | server/sonar-docs/src/pages/instance-administration/delegated-auth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/instance-administration/delegated-auth.md b/server/sonar-docs/src/pages/instance-administration/delegated-auth.md index 48c5abc41c5..2d818e2138e 100644 --- a/server/sonar-docs/src/pages/instance-administration/delegated-auth.md +++ b/server/sonar-docs/src/pages/instance-administration/delegated-auth.md @@ -71,7 +71,7 @@ After saving your application, GitLab gives you your **Application ID** and **Se On the login form, the new "Log in with GitLab" button allows users to connect with their GitLab accounts. ### GitLab group synchronization -Setting **Synchronize groups** to `true` associates GitLab groups with SonarQube groups of the same name (if they exist). GitLab user's inherit membership to subgroups from parent groups so a user that is a member of a group will also be a member of the group's subgroups. +Setting **Synchronize groups** to `true` at **[Administration > Configuration > General Settings > Security](/#sonarqube-admin#/admin/settings?category=security/)** associates GitLab groups with SonarQube groups of the same name (if they exist). GitLab users inherit membership to subgroups from parent groups so a user that is a member of a group will also be a member of the group's subgroups. To synchronize a GitLab group or subgroup with a SonarQube group, name the SonarQube group with the full path of the of the GitLab group or subgroup URL. For example, say you have a GitLab group named "My Group" with a subgroup named "My Subgroup" and the subgroup URL is `https://YourGitLabURL.com/my-group/my-subgroup`. You would name your SonarQube group `my-group/my-subgroup` to synchronize it with your GitLab subgroup. |