samlify
Version:
High-level API for Single Sign On (SAML 2.0)
8 lines (5 loc) • 378 B
Markdown
# 2.10.1
* Changes to libsaml.ts verifySignature. This is an internal function, but we still document changes
- Does not raise error when signature is missing/invalid. Instead it now returns false. This is to simplify logic
- When there are encrypted assertions, returns the entire response, as the "verifiedAssertionNode"
* Fix logic around handling encrypted assertions