From 301948519330547d1c1b7a12ad8d7d0ded750d15 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Fri, 5 Jan 2018 17:19:40 +0100 Subject: SONAR-10246 Fix documentation about default group in sso authentication --- sonar-application/src/main/assembly/conf/sonar.properties | 4 ++-- 1 file 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. -- cgit v1.2.3