diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-09-14 17:50:54 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-09-15 20:03:03 +0000 |
commit | 673035c62ae71ee67a6b547c5ecbc017bd5809da (patch) | |
tree | c6af125d2396f3aa0ebaf2cbd5771f0ac2af5883 /sonar-core | |
parent | 01350017dd20b13f0b1f3c82325d1426afeb95b2 (diff) | |
download | sonarqube-673035c62ae71ee67a6b547c5ecbc017bd5809da.tar.gz sonarqube-673035c62ae71ee67a6b547c5ecbc017bd5809da.zip |
SONAR-17296 Allow admin to test SAML configuration
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 0b64b8f38d6..fdb9dbf0cc2 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1266,6 +1266,9 @@ settings.authentication.description=The following settings allow you to delegate settings.authentication.help=If you need help setting up authentication, read our dedicated {link}. settings.authentication.help.link=documentation settings.authentication.saml.form.save=Save configuration +settings.authentication.saml.form.test=Test configuration +settings.authentication.saml.form.test.help.dirty=You must save your changes +settings.authentication.saml.form.test.help.incomplete=Some mandatory fields are empty settings.pr_decoration.binding.category=DevOps Platform Integration settings.pr_decoration.binding.no_bindings=A system administrator needs to enable this feature in the global settings. |