5.0.1 • Published 1 year ago

@montblanc0/passport-saml v5.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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: when true, bypasses signature validation when a SAMLAssertion is both encrypted and unsigned (defaults to false)

Installation

npm install @montblanc0/passport-saml

For more instructions, please refer to the official README.