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