Преглед на файлове

fix: saml - set cert as required

Nicolas Giard преди 3 години
родител
ревизия
7715dc6f5e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      server/modules/authentication/saml/definition.yml

+ 2 - 2
server/modules/authentication/saml/definition.yml

@@ -21,12 +21,12 @@ props:
   audience:
   audience:
     type: String
     type: String
     title: Audience
     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
     order: 3
   cert:
   cert:
     type: String
     type: String
     title: Certificate
     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
     multiline: true
     order: 4
     order: 4
   privateKey:
   privateKey: