8.0.0 (2026-03-31)
- adding encryption algorithm in options(if not set, defaults to http://www.w3.org/2009/xmlenc11#aes256-gcm), adding disallowEncryptionWithInsecureAlgorithm to enforce secure encryption algorithms
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)