Skip to content

Releases: tngan/samlify

v2.0.4

07 Jul 15:38
Compare
Choose a tag to compare

Release Note

#98 Fix undefined acs endpoint in authn request

v2.0.3

04 Jul 15:19
Compare
Choose a tag to compare

Release note

  • Customize namespace for EncryptedAssertion tag 377bad8
  • #89 Add support for configuration of signing order 0af7b8c

v2.0.2

04 Jul 15:13
Compare
Choose a tag to compare

Release note

A small patch that fixes the test build

v2.0.1

29 Jun 15:56
Compare
Choose a tag to compare

This patch includes

  • #87 Patch for existence check for signature verification
  • #88 Patch for allowing arbitrary namespace in EncryptedAssertion tag
  • #89 Add test case for validating response with encrypted assertion
  • #91 Patch for the typo in fetching endpoint of single sign on service
  • #92 Fix typo in documentation and test suite

v2.0.0

25 Jun 08:36
Compare
Choose a tag to compare
#65 Bump for v2 release

v2.0.1-rc.3

20 Jun 16:17
Compare
Choose a tag to compare
v2.0.1-rc.3 Pre-release
Pre-release
  • Fix the always-true signature validation (2.0.0-rc.3)
  • Add test coverage for logout and message integrity test (2.0.0-rc.3)
  • Fix always-true message signature (2.0.1-rc.3)

Special thanks to @ugolas pointing out the issue of always-true signature validation.

v2.0.0-rc.2

16 Jun 18:51
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

Release note

Recommend to upgrade from v2.0.0-rc.1 to v2.0.0-rc.2

  • Add test cases for simulating idp-initiated sso
    • response with signed assertion
    • response with signed assertion + signed message
    • response with encrypted signed assertion
    • response with encrypted signed assertion + signed message
  • Update xml-crypto to 0.10.1
  • Default signature algorithm to "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
  • Patch for bug fixes

Next rc version will be included more test coverage (logout, add attributes), then v2.0.0 will go live.

v2.0.0-rc.1 -> v2.0.0-rc.2 -> v2.0.0-rc.3 (23th June) -> v2.0.0 (30th June)

v2.0.0-rc.1

06 Jun 17:35
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

npm install [email protected]

v2.0.0-beta

15 May 18:24
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release
#41 Release of 2.0.0 beta

v1.4.1

02 May 02:24
Compare
Choose a tag to compare

Fix security issue by updating ejs (used in xml-encryption) to latest version.