aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2018-01-05 17:19:40 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-01-08 22:37:42 +0100
commit301948519330547d1c1b7a12ad8d7d0ded750d15 (patch)
tree9c379b74ef54fabee07ee5dc62fcd48059be565c /sonar-application
parent652bcc1cd8f6cb2d6281694a74300ef3b24fbc11 (diff)
downloadsonarqube-301948519330547d1c1b7a12ad8d7d0ded750d15.tar.gz
sonarqube-301948519330547d1c1b7a12ad8d7d0ded750d15.zip
SONAR-10246 Fix documentation about default group in sso authentication
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 1a457273bfb..3dc4e4199cf 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -164,8 +164,8 @@
# Name of the header to get the list of user groups, separated by comma (optional).
# If the sonar.sso.groupsHeader is set, the user will belong to those groups if groups exist in SonarQube.
-# If none of the provided groups exists in SonarQube, the user won't belong to any group.
-# Note that the default group will NOT be automatically added when using SSO, it should be provided in the groups list, if needed.
+# If none of the provided groups exists in SonarQube, the user will only belong to the default group.
+# Note that the default group will always be set.
#sonar.web.sso.groupsHeader=X-Forwarded-Groups
# Interval used to know when to refresh name, email and groups.