Releases: node-saml/passport-saml
Releases · node-saml/passport-saml
v0.16.0
- Update deps
- Remove unused ejs dep
- README improvements
- Node.js version compatibility updates
v0.15.0
- Fix Subject dereference bug (PR #131)
- Add HTTP-POST binding support for the SAML (PR #129)
- Do not sign custom query string parameters (PR #123)
v0.14.0
- PR #122: Specify SingleLogoutService callback url
v0.13.0
Note that this release drops support for Node 0.8!
- Replace passport dependency with passport-strategy dependency (as suggested in PR #110)
- PR #113: Process all attribute statements instead of only first
- PR #116: update xml-crypto to 0.8
- PR #111: Ignore attribute with no attributeValue child
v0.12.0
- PR #107, add support for generating request signatures with SHA256 digests
v0.11.1
- Integrating PR #106: Fixed broken validatePostRequest method; Added support for parsing session index out of logout request
v0.11.0
- PR #104, update xmlcrypto dependency to 0.6.x and pass in xmldom signature element instead of string representation. This addresses some cases in which signatures wouldn't validate because they depended on namespaces defined further up in the xml tree.
- PR #102, skip KeyDescriptor if decryptionPvk is not provided
- PR #103, generateServiceProviderMetadata: remove callbackUrl dependenc
v0.10.0
- Add support for SessionIndex / WSO2 logout (PR #93)
- Add support for query strings in entry points (PR #92)
v0.9.2
- Add Destination attribute to LogoutResponse