Skip to content

Commit

Permalink
SONAR-24061 Update SAML certificate configuration description
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolwenn-cadic-sonarsource authored and sonartech committed Jan 6, 2025
1 parent e18b8c2 commit 170bd61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public static List<PropertyDefinition> definitions() {
.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)
Expand Down

0 comments on commit 170bd61

Please sign in to comment.