Comparing version 0.8.0 to 0.8.1
@@ -567,3 +567,12 @@ // Generated by CoffeeScript 1.7.1 | ||
uri = url.parse(identity_provider.sso_login_url); | ||
uri.query = sign_get_request(deflated.toString('base64'), _this.private_key, relay_state); | ||
if (options != null ? options.no_signature : void 0) { | ||
uri.query = { | ||
SAMLRequest: deflated.toString('base64') | ||
}; | ||
if (relay_state != null) { | ||
uri.query.RelayState = relay_state; | ||
} | ||
} else { | ||
uri.query = sign_get_request(deflated.toString('base64'), _this.private_key, relay_state); | ||
} | ||
return cb(null, url.format(uri), id); | ||
@@ -570,0 +579,0 @@ }; |
{ | ||
"name": "saml2-js", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "SAML 2.0 node helpers", | ||
@@ -5,0 +5,0 @@ "author": "Clever", |
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
86887
664