diff options
author | Joe Tingsanchali <joe.tingsanchali@sonarsource.com> | 2021-05-24 09:27:58 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-05-24 20:04:07 +0000 |
commit | b63595c8c4f57a9029bb4f4b29fe6422c35904a7 (patch) | |
tree | ef9203ae78707067832d0f9dc140cfa4e6494b20 /server/sonar-docs | |
parent | 99c4855929e0f2296171c3fc1d1db937d25b8967 (diff) | |
download | sonarqube-b63595c8c4f57a9029bb4f4b29fe6422c35904a7.tar.gz sonarqube-b63595c8c4f57a9029bb4f4b29fe6422c35904a7.zip |
DOCS add reference to SSO authentication in delegated authentication documentation
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/instance-administration/delegated-auth.md | 2 |
1 files changed, 1 insertions, 1 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 f0c3ac36248..02879451f8a 100644 --- a/server/sonar-docs/src/pages/instance-administration/delegated-auth.md +++ b/server/sonar-docs/src/pages/instance-administration/delegated-auth.md @@ -17,7 +17,7 @@ When using group mapping, the following caveats apply regardless of which delega ## HTTP Header Authentication -You can delegate user authentication to third-party systems (proxies/servers) using HTTP Header Authentication. +You can delegate user authentication to third-party systems (proxies/servers) using HTTP Header Authentication. See `SSO AUTHENTICATION` section within `sonar.properties` file. When this feature is activated, SonarQube expects that the authentication is handled prior any query reaching the server. The tool that handles the authentication should: |