Commit 7715dc6f authored by Nicolas Giard's avatar Nicolas Giard

fix: saml - set cert as required

parent cfa20e05
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment