Skip to content

Releases: vrk-kpa/suomifi-passport-saml

v1.3.3-sfi.2

26 Nov 08:59
c31f3f1
Compare
Choose a tag to compare

Bumped xml-crypto version to ^2.0.0 as quick fix to: https://www.npmjs.com/advisories/1583

v1.3.3-sfi.0

16 Mar 06:15
0e5f766
Compare
Choose a tag to compare

v1.2.0-sfi.1

04 Dec 08:51
ed45cd1
Compare
Choose a tag to compare

New features

#14 add support for encrypted nameID in logout response handling

v1.2.0-sfi.0

17 Sep 12:07
5eae5f2
Compare
Choose a tag to compare

v1.1.0-sfi.0

17 Sep 07:46
eebec20
Compare
Choose a tag to compare

v1.0.0-sfi.3

18 Feb 09:51
Compare
Choose a tag to compare

Synced with upstream, added support for InResponseTo for logout, convert cert to pem if not already.

New features

#8 InResponseTo check was not supported for logout.

Fixes

#7 According to docs, the cert should not include the pem header and footer lines. But the verify function requires them.
#9 Upstream merge

v1.0.0-sfi.2

25 Jan 07:23
Compare
Choose a tag to compare

New features:

  • Remove InResponseTo value if response validation fails

Fixes:

  • Fix Node Buffer deprecation warning: update 'new Buffer' to 'Buffer.from()'
  • Update node version to >= 6

v1.0.0-sfi.1

09 Jan 11:03
8a83478
Compare
Choose a tag to compare

Passport-SAML with Vetuma language selection extension and additional checks

Features

Extensions for Vetuma language selection and the following additional checks:

  • Enforce audience checking
  • Enforce validteInResponseTo checking
  • Enforce assertion's signature validation
  • Enforce (by default) encrypted assertion(s) only policy
  • Enforce top level SAML response signature validation