Releases: node-saml/passport-saml
Releases · node-saml/passport-saml
v0.9.1
- Update some dependency versions.
v0.9.0
- Add options to set ForceAuthn parameter in SAML AuthnRequest.
v0.7.0
- add
passReqToCallback
option to be compatible with other strategies
v0.6.2
- Tolerate \r\n line breaks in cert when generating metadata.
v0.6.1
- Unref our inmemory-cache expiration timer so that it doesn't hold the process open (issue #68)
- PR #67: configurable authorization context
v.06.0
- PR #63, Ability to add additional query parameters in authorize, logout or all requests. This PR fixes #57.
- Some library dependenies updated
- Documentation fixes & deleted outdated examples directory since it wasn't being maintained.
v0.5.3
- PR #58, issue with non-ascii content
- Accept responses with encrypted assertions that are signed only at the response level. (was requiring signature at assertion level in this case)
- Add a disableRequestedAuthnContext option.
v0.5.2
- PR #51, improve error handling returned to passport (& passed on to express middeware)
- Change handling of error status responses to return the error message instead of just 'invalid signature' if the response is unsigned. (since some providers sign only assertions)
v0.5.1
Better error messages when the server returns a status code or message.