Releases: node-saml/passport-saml
Releases · node-saml/passport-saml
v0.35.0
v0.34.0
v0.33.0
-
Add support for setting the strategy name, allowing multiple saml target configurations (Thanks to @markstos)
-
document that disableRequestedAuthnContext:true helps with Active Directory (Thanks to @markstos)
-
document that
cert:
refers to the signature certification, not the encryption certificate. (Thanks to @markstos)
v0.32.1
v0.31.0
-
Add support for multiple certs (Thanks to @richjharris)
-
Add support for fetching certs with async call rather than hardcoding
them. (Thanks to @richjharris) -
Add troubleshooting section to ADSF docs (Thanks to @cadesalaberry)
v0.30.0
- Dropped support for Node < 4, because our current dependencies require it.
- Improved Security: We now use crypto.randomBytes for ID generation instead Math.random (#235),
thanks to @autopulated - BugFix: We now fail gracefully when the SAML response format is invalid (#238, thanks to @markstos)
- Docs: privateKey docs are improved
v0.20.2
v0.20.1
v0.20.0
- Security: bump xml-encryption to 0.11.0
- Deps: We now require Node 0.10.0 as a minimum version because xml-encryption does.
- README improvements
- Build: Fix jslint build failures
- Internal: refactor tests for clarity