From b63595c8c4f57a9029bb4f4b29fe6422c35904a7 Mon Sep 17 00:00:00 2001 From: Joe Tingsanchali Date: Mon, 24 May 2021 09:27:58 -0500 Subject: DOCS add reference to SSO authentication in delegated authentication documentation --- server/sonar-docs/src/pages/instance-administration/delegated-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') 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: -- cgit v1.2.3