|
|
@ -14,7 +14,7 @@ module.exports = {
|
|
|
|
callbackUrl: conf.callbackURL,
|
|
|
|
callbackUrl: conf.callbackURL,
|
|
|
|
entryPoint: conf.entryPoint,
|
|
|
|
entryPoint: conf.entryPoint,
|
|
|
|
issuer: conf.issuer,
|
|
|
|
issuer: conf.issuer,
|
|
|
|
cert = _.split(conf.cert, '|'),
|
|
|
|
cert: _.split(conf.cert || '', '|'),
|
|
|
|
signatureAlgorithm: conf.signatureAlgorithm,
|
|
|
|
signatureAlgorithm: conf.signatureAlgorithm,
|
|
|
|
digestAlgorithm: conf.digestAlgorithm,
|
|
|
|
digestAlgorithm: conf.digestAlgorithm,
|
|
|
|
identifierFormat: conf.identifierFormat,
|
|
|
|
identifierFormat: conf.identifierFormat,
|
|
|
|