fix: typo in saml auth module
This commit is contained in:
parent
b3731dd26e
commit
d9076c4ee9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user