Skip to content

Releases: node-saml/passport-saml

v0.35.0

14 Aug 18:23
Compare
Choose a tag to compare

Internals

  • Add initial support for DEBUG="passport-saml". (@markstos)

v0.34.0

14 Aug 14:43
Compare
Choose a tag to compare

Internals

  • Provide unique diagnostic messages for six different cases where "Invalid Signature" was returned beforej (Thanks to @markstos, resolves #146)

v0.33.0

16 Feb 20:01
Compare
Choose a tag to compare
  • Add support for setting the strategy name, allowing multiple saml target configurations (Thanks to @markstos)

  • document that disableRequestedAuthnContext:true helps with Active Directory (Thanks to @markstos)

  • document that cert: refers to the signature certification, not the encryption certificate. (Thanks to @markstos)

v0.32.1

03 Jan 19:31
Compare
Choose a tag to compare
  • Add support for Audience validation (Thanks to @beneidel)

  • README typo fix (Thanks to @teppeis)

v0.31.0

01 Nov 15:04
Compare
Choose a tag to compare
  • Add support for multiple certs (Thanks to @richjharris)

  • Add support for fetching certs with async call rather than hardcoding
    them. (Thanks to @richjharris)

  • Add troubleshooting section to ADSF docs (Thanks to @cadesalaberry)

v0.30.0

12 Oct 10:45
Compare
Choose a tag to compare
  • Dropped support for Node < 4, because our current dependencies require it.
  • Improved Security: We now use crypto.randomBytes for ID generation instead Math.random (#235),
    thanks to @autopulated
  • BugFix: We now fail gracefully when the SAML response format is invalid (#238, thanks to @markstos)
  • Docs: privateKey docs are improved

v0.20.2

10 Oct 17:29
Compare
Choose a tag to compare
  • Bump dependencies

v0.20.1

10 Oct 16:56
Compare
Choose a tag to compare
  • BugFix: No longer crash when a bad private cert is used.

v0.20.0

09 Oct 19:35
Compare
Choose a tag to compare
  • Security: bump xml-encryption to 0.11.0
  • Deps: We now require Node 0.10.0 as a minimum version because xml-encryption does.
  • README improvements
  • Build: Fix jslint build failures
  • Internal: refactor tests for clarity

v0.16.2

07 Oct 12:48
Compare
Choose a tag to compare
  • Improve README formatting