passport-saml-encrypted
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -71,3 +71,3 @@ var zlib = require('zlib'); | ||
} else { | ||
var callbackUrl = this.options.protocol + req.headers.host + this.options.path; | ||
var callbackUrl = this.options.protocol + req.headers.host + ':' + req.app.settings.port + this.options.path; | ||
} | ||
@@ -74,0 +74,0 @@ |
{ | ||
"name": "passport-saml-encrypted", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A Passport strategy for handling encrypted SAML authentication responses", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21540