From 7715dc6f5e2a3f3c8a0be23dc9bd02f308ce9a61 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Fri, 20 May 2022 19:25:58 -0400 Subject: [PATCH] fix: saml - set cert as required --- server/modules/authentication/saml/definition.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/modules/authentication/saml/definition.yml b/server/modules/authentication/saml/definition.yml index 7f396d7a..1e458488 100644 --- a/server/modules/authentication/saml/definition.yml +++ b/server/modules/authentication/saml/definition.yml @@ -21,12 +21,12 @@ props: audience: type: String title: Audience - hint: (Optional) - Expected SAML response Audience (if not provided, Audience won't be verified) + hint: Expected SAML response Audience (if not provided, audience won't be verified) order: 3 cert: type: String title: Certificate - hint: (Optional) - Public PEM-encoded X.509 signing certificate. If the provider has multiple certificates that are valid, join them together using the | pipe symbol. + hint: Public PEM-encoded X.509 signing certificate. If the provider has multiple certificates that are valid, join them together using the | pipe symbol. multiline: true order: 4 privateKey: