diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-27 10:31:16 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-27 10:31:16 +0200 |
commit | 78d6bb26f386afcb2babc3c40f24e8e63d5229b8 (patch) | |
tree | 115e9d742e0f0ac682d37d142ab9557cc29117f5 /sonar-application/src | |
parent | 59616bcca284f82727fa1c0f9da25aa66eaf3fd8 (diff) | |
download | sonarqube-78d6bb26f386afcb2babc3c40f24e8e63d5229b8.tar.gz sonarqube-78d6bb26f386afcb2babc3c40f24e8e63d5229b8.zip |
Revert "SONAR-5430 User authentication by HTTP header - WIP"
This reverts commit 59616bcca284f82727fa1c0f9da25aa66eaf3fd8.
Diffstat (limited to 'sonar-application/src')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index a39c648033f..f34e1cd4c2e 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -250,33 +250,6 @@ #-------------------------------------------------------------------------------------------------- -# AUTHENTICATION - -# Enable authentication using HTTP headers -#sonar.sso.enable=false - -# Name of the header to get the user login. -# Only alphanumeric, '.' and '@' characters are allowed -#sonar.sso.loginHeader=X-Forwarded-Login - -# Name of the header to get the user name -#sonar.sso.nameHeader=X-Forwarded-Name - -# Name of the header to get the user email (optional) -#sonar.sso.emailHeader=X-Forwarded-Email - -# 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. -#sonar.sso.groupsHeader=X-Forwarded-Groups - -# Interval used to know when to refresh name, email and groups. -# During this interval, if for instance the name of the user is changed in the header, it will only be updated after X minutes. -#sonar.sso.refreshIntervalInMinutes=5 - - -#-------------------------------------------------------------------------------------------------- # OTHERS # Delay in seconds between processing of notification queue. Default is 60 seconds. |