Skip to content

Commit

Permalink
Adding encryptionAlgorithm and keyEncryptionAlgorighm to the saml20.c…
Browse files Browse the repository at this point in the history
…reate call
  • Loading branch information
Michael Gloystein committed Nov 1, 2018
1 parent 69a1806 commit 5f8d170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/samlp.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ function getSamlResponse(options, user, callback) {
saml20.create({
signatureAlgorithm: options.signatureAlgorithm,
digestAlgorithm: options.digestAlgorithm,
keyEncryptionAlgorighm: option.keyEncryptionAlgorighm,
encryptionAlgorithm: options.encryptionAlgorithm,
cert: options.cert,
key: options.key,
issuer: options.issuer,
Expand Down

0 comments on commit 5f8d170

Please sign in to comment.