All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Requires NodeJS >= 12
See https://github.com/auth0/node-saml/releases/tag/v2.0.0
- Fix dependency security issues (#114)
- fix npm audit and library upgrades
- remove ci for node v4, 6, 8, add 14
- add support for per-participant bindings during SLO (#135) (46305eb)
- allow unsigned assertions (#104) (4962ce0)
-
build fix from merge (24fa8be)
-
install updated saml to address issue with malformed pem (#129) (ce5cb5c)
-
support signed logout resposne sent via POST (#140) (5274d62)
-
fix npm audit and library upgrades (a2688c7)
-
remove ci for node v4, 6, 8, add 14 (3019b74)
7.1.1 (2023-11-20)
7.1.0 (2023-07-24)
- add support for per-participant bindings during SLO (9f21610)
7.0.2 (2022-06-09)
7.0.1 (2022-05-19)
7.0.0 (2022-02-09)
- Requires NodeJS >= 12
See https://github.com/auth0/node-saml/releases/tag/v2.0.0
6.0.2 (2021-06-07)
6.0.1 (2021-03-02)
- Use @auth0/xmldom (#119)
6.0.0 (2021-02-23)
- The expected signature of
SessionParticipants.gethas been changed toSessionParticipants.get(issuer, sessionIndices, nameId, cb)wheresessionIndicesis an array ofSessionIndexvalues from theLogoutRequest. Previously, this was called with only a single value: the value of firstSessionIndexelement from theLogoutRequest. The effect is that any matchingSessionIndexspecified in aLogoutRequestmay be used to identify a matchingSessionParticipantwhen processing the logout request. (ef9a056).
5.0.1 (2021-02-10)
- build fix from merge (24fa8be)
5.0.0-rc.1 (2021-01-22)
5.0.0-rc.0 (2021-01-22)
-
fix npm audit and library upgrades
-
remove ci for node v4, 6, 8, add 14
-
fix npm audit and library upgrades (a2688c7)
-
remove ci for node v4, 6, 8, add 14 (3019b74)