Skip to content

Releases: node-saml/passport-saml

v1.1.0

10 May 21:23
Compare
Choose a tag to compare

New Features

  • Add option to disable SAML spec AuthnRequest optional value AssertionConsumerServiceURL. (Steven Marusa)
  • Add SamlResponseXML method to profile object (@josecolella)
  • Support InResponseTo validations in MultiSaml (@stavros-wb)
  • Create a way to get provider metadata when using MultiSamlStrategy (@mlunoe)
  • Add Requested Authn Context Comparison Type parameter: RACComparison (@osan15, @markstos)

Bug Fixes

  • Fix error handling bug with MultiSaml code (@cjbarth)

Internals

  • Set explicitChar to true when parsing xml. Now character content of an
    element should be accessed only through ._ (@andkrist)
  • Add yarn.lock (@markstos)
  • Drop support for Node.js 4. It is EOL'ed
  • Upgrade xml-crypto
  • Fix Node buffer deprecation warning

v1.0.0

02 Dec 15:47
Compare
Choose a tag to compare

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.