@montblanc0/passport-saml
v5.1.0
Published
SAML 2.0 authentication strategy for Passport
Readme
Passport-SAML (fork)
This is a fork of the original SAML 2.0 authentication provider for Passport, the Node.js authentication library.
Purpose
Replaces @node-saml/node-saml dependency with @montblanc0/node-saml to enable an additional strategy option:
allowUnsignedEncryptedAssertions: whentrue, bypasses signature validation when a SAMLAssertion is both encrypted and unsigned (defaults tofalse)
Installation
npm install @montblanc0/passport-samlFor more instructions, please refer to the official README.
