diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2020-06-18 17:30:21 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-06-22 20:04:33 +0000 |
commit | 6169a3a3e9a1071f39bd07adb54485ea9681b747 (patch) | |
tree | 6ba6988d6f49c3a26c00a2990436899b7239653d /server/sonar-docs/src/pages/instance-administration | |
parent | 7ca07ed8067f6f6d2486efe9221a5a98a7d955c3 (diff) | |
download | sonarqube-6169a3a3e9a1071f39bd07adb54485ea9681b747.tar.gz sonarqube-6169a3a3e9a1071f39bd07adb54485ea9681b747.zip |
SONAR-13550 Update HTTPS configuration on Operate the Server page
Diffstat (limited to 'server/sonar-docs/src/pages/instance-administration')
-rw-r--r-- | server/sonar-docs/src/pages/instance-administration/delegated-auth.md | 3 |
1 files changed, 3 insertions, 0 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 3c43fa85dac..a6197a9317d 100644 --- a/server/sonar-docs/src/pages/instance-administration/delegated-auth.md +++ b/server/sonar-docs/src/pages/instance-administration/delegated-auth.md @@ -144,6 +144,9 @@ The following example may be useful if you're using Keycloak as a SAML Identity | | In the login form, the new button "Log in with SAML" allows users to connect with their SAML account. +### SAML and reverse proxy configuration +When using SAML, make sure your reverse proxy is properly configured. See [Operating the Server](/setup/operate-server/) for more information. + ## LDAP Authentication You can configure SonarQube authentication and authorization to an LDAP server (including LDAP Service of Active Directory) by configuring the correct values in _$SONARQUBE-HOME/conf/sonar.properties_. |