浏览代码

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:
     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: