auth0 / node-samlp

SAML Protocol support for node (only IdP for now)
MIT License
136 stars 117 forks source link

fix!: remove vulnerable node-saml dependency #126

Closed david-renaud-okta closed 2 years ago

david-renaud-okta commented 2 years ago

Description

Updated saml to version 2.0.0

BREAKING CHANGE: Requires NodeJS >= 12

References

https://github.com/auth0/node-saml/releases/tag/v2.0.0

Testing

All existing tests pass

Checklist

david-renaud-okta commented 2 years ago

Updated node-saml to v2.0.1 to include additional fixes (https://github.com/auth0/node-saml/releases/tag/v2.0.1)