aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Levis <christophe.levis@sonarsource.com>2020-07-01 10:47:23 +0200
committersonartech <sonartech@sonarsource.com>2020-07-01 20:05:54 +0000
commit4b24dd9c4060ef27950440249b1a279b02e9405b (patch)
treedf59da0a8c2bdff52de92396e666c04a70d80f6f
parent721de262d732560c98256e7935017f6d5dd142a3 (diff)
downloadsonarqube-4b24dd9c4060ef27950440249b1a279b02e9405b.tar.gz
sonarqube-4b24dd9c4060ef27950440249b1a279b02e9405b.zip
Update Upgrade Notes with SAML checks
-rw-r--r--server/sonar-docs/src/pages/setup/upgrade-notes.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md
index 40ea2e0bcdd..b75d06d1d3e 100644
--- a/server/sonar-docs/src/pages/setup/upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md
@@ -16,9 +16,11 @@ For more information, see the [Requirements](/requirements/requirements/) docume
**Project, Application, and Portfolio availability when rebuilding Elasticsearch indexes**
From now on if your upgrade requires the rebuild of Elasticsearch indexes, your projects and Applications will become available as they are reindexed. Portfolios won't be available until all projects are reindexed. ([MMF-2010](https://jira.sonarsource.com/browse/MMF-2010)).
-**Changes in web services and plugin APIs**
-The format of several IDs exposed in web services changed and their use is deprecated. See [SONAR-13248](https://jira.sonarsource.com/browse/SONAR-13248), [SONAR-13249](https://jira.sonarsource.com/browse/SONAR-13249), and [SONAR-13300](https://jira.sonarsource.com/browse/SONAR-13300).
+**Additionnal SAML checks**
+SAML authentication adds additional checks for validating SAML responses from the identity provider. This could reveal a non-standard configuration that needs to be updated. Information will appear in the logs upon a failed login attempt in the event that the configuration needs to be tweaked.
+**Changes in web services and plugin APIs**
+The format of several IDs exposed in web services changed and their use is deprecated. See [SONAR-13248](https://jira.sonarsource.com/browse/SONAR-13248), [SONAR-13249](https://jira.sonarsource.com/browse/SONAR-13249), and [SONAR-13300](https://jira.sonarsource.com/browse/SONAR-13300).
A related change is introduced in a plugin API method. See [SONAR-13420](https://jira.sonarsource.com/browse/SONAR-13420).
[Full release notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15833)