]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS fix typo and add path
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Tue, 8 Oct 2019 21:12:23 +0000 (16:12 -0500)
committerSonarTech <sonartech@sonarsource.com>
Wed, 9 Oct 2019 18:21:05 +0000 (20:21 +0200)
server/sonar-docs/src/pages/instance-administration/delegated-auth.md

index 48c5abc41c5d7eb6ecc72c9321e6d660b82e18b2..2d818e2138e88b86b2131a4a82e6106eda0b8ff9 100644 (file)
@@ -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.