Skip to content

Releases: node-saml/passport-saml

v0.9.1

18 Feb 22:10
Compare
Choose a tag to compare
  • Update some dependency versions.

v0.9.0

05 Feb 17:49
Compare
Choose a tag to compare
  • Add options to set ForceAuthn parameter in SAML AuthnRequest.

v0.8.0

23 Jan 19:18
Compare
Choose a tag to compare
  • Add logoutUrl option

v0.7.0

13 Jan 02:48
Compare
Choose a tag to compare
  • add passReqToCallback option to be compatible with other strategies

v0.6.2

06 Jan 02:38
Compare
Choose a tag to compare
  • Tolerate \r\n line breaks in cert when generating metadata.

v0.6.1

18 Dec 23:37
Compare
Choose a tag to compare
  • Unref our inmemory-cache expiration timer so that it doesn't hold the process open (issue #68)
  • PR #67: configurable authorization context

v.06.0

14 Nov 01:42
Compare
Choose a tag to compare
  • PR #63, Ability to add additional query parameters in authorize, logout or all requests. This PR fixes #57.
  • Some library dependenies updated
  • Documentation fixes & deleted outdated examples directory since it wasn't being maintained.

v0.5.3

11 Sep 20:01
Compare
Choose a tag to compare
  • PR #58, issue with non-ascii content
  • Accept responses with encrypted assertions that are signed only at the response level. (was requiring signature at assertion level in this case)
  • Add a disableRequestedAuthnContext option.

v0.5.2

02 Jul 23:29
Compare
Choose a tag to compare
  • PR #51, improve error handling returned to passport (& passed on to express middeware)
  • Change handling of error status responses to return the error message instead of just 'invalid signature' if the response is unsigned. (since some providers sign only assertions)

v0.5.1

02 Jul 21:57
Compare
Choose a tag to compare

Better error messages when the server returns a status code or message.