aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-saml
diff options
context:
space:
mode:
authorNolwenn Cadic <98824442+Nolwenn-cadic-sonarsource@users.noreply.github.com>2025-01-06 09:03:25 +0100
committersonartech <sonartech@sonarsource.com>2025-01-06 09:46:48 +0000
commit170bd61e5e75fb3668dd31dc71570f5e40a800fd (patch)
tree2483028b1d78ddc726ca3d3d542b13528fe4a173 /server/sonar-auth-saml
parente18b8c283878cd8810cbc238d191020272469406 (diff)
downloadsonarqube-170bd61e5e75fb3668dd31dc71570f5e40a800fd.tar.gz
sonarqube-170bd61e5e75fb3668dd31dc71570f5e40a800fd.zip
SONAR-24061 Update SAML certificate configuration description25.1.0.102122
Diffstat (limited to 'server/sonar-auth-saml')
-rw-r--r--server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlSettings.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlSettings.java b/server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlSettings.java
index 3fdf3bf1ecb..584428aa212 100644
--- a/server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlSettings.java
+++ b/server/sonar-auth-saml/src/main/java/org/sonar/auth/saml/SamlSettings.java
@@ -213,7 +213,7 @@ public class SamlSettings {
.build(),
PropertyDefinition.builder(SERVICE_PROVIDER_CERTIFICATE)
.name("Service provider certificate")
- .description("X.509 certificate for the service provider, used for signing the requests.")
+ .description("X.509 certificate for the service provider, used for signing the requests and decrypting responses from the identity provider.")
.category(CATEGORY)
.subCategory(SUBCATEGORY)
.type(PASSWORD)