Unverified Commit d9076c4e authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: typo in saml auth module

parent b3731dd2
......@@ -14,7 +14,7 @@ module.exports = {
callbackUrl: conf.callbackURL,
entryPoint: conf.entryPoint,
issuer: conf.issuer,
cert = _.split(conf.cert, '|'),
cert: _.split(conf.cert || '', '|'),
signatureAlgorithm: conf.signatureAlgorithm,
digestAlgorithm: conf.digestAlgorithm,
identifierFormat: conf.identifierFormat,
......
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