allow to set a saml client certificate

Signed-off-by: Simeon Keske <git@n0emis.eu>
This commit is contained in:
Simeon Keske
2020-04-29 18:27:00 +02:00
committed by Leo Maroni
parent 3db8b0df43
commit 17f0067ab2
4 changed files with 16 additions and 12 deletions

View File

@@ -143,6 +143,7 @@ module.exports = {
saml: {
idpSsoUrl: undefined,
idpCert: undefined,
clientCert: undefined,
issuer: undefined,
identifierFormat: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
disableRequestedAuthnContext: false,