Skip to content

Releases: node-saml/passport-saml

v0.16.1

05 Oct 21:05
Compare
Choose a tag to compare
  • README improvements

v0.16.0

04 Oct 20:33
Compare
Choose a tag to compare
  • Update deps
  • Remove unused ejs dep
  • README improvements
  • Node.js version compatibility updates

v0.15.0

30 Dec 20:20
Compare
Choose a tag to compare
  • Fix Subject dereference bug (PR #131)
  • Add HTTP-POST binding support for the SAML (PR #129)
  • Do not sign custom query string parameters (PR #123)

v0.14.0

02 Nov 01:05
Compare
Choose a tag to compare
  • PR #122: Specify SingleLogoutService callback url

v0.13.0

09 Oct 06:05
Compare
Choose a tag to compare

Note that this release drops support for Node 0.8!

  • Replace passport dependency with passport-strategy dependency (as suggested in PR #110)
  • PR #113: Process all attribute statements instead of only first
  • PR #116: update xml-crypto to 0.8
  • PR #111: Ignore attribute with no attributeValue child

v0.12.0

19 Aug 00:54
Compare
Choose a tag to compare
  • PR #107, add support for generating request signatures with SHA256 digests

v0.11.1

18 Aug 04:05
Compare
Choose a tag to compare
  • Integrating PR #106: Fixed broken validatePostRequest method; Added support for parsing session index out of logout request

v0.11.0

10 Aug 05:01
Compare
Choose a tag to compare
  • PR #104, update xmlcrypto dependency to 0.6.x and pass in xmldom signature element instead of string representation. This addresses some cases in which signatures wouldn't validate because they depended on namespaces defined further up in the xml tree.
  • PR #102, skip KeyDescriptor if decryptionPvk is not provided
  • PR #103, generateServiceProviderMetadata: remove callbackUrl dependenc

v0.10.0

08 Jun 03:34
Compare
Choose a tag to compare
  • Add support for SessionIndex / WSO2 logout (PR #93)
  • Add support for query strings in entry points (PR #92)

v0.9.2

26 Apr 01:41
Compare
Choose a tag to compare
  • Add Destination attribute to LogoutResponse