auth0 / node-samlp

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

feat: allow unsigned assertions #104

Closed luuuis closed 4 years ago

luuuis commented 4 years ago

Description

Allows unsigned assertions using the options.signAssertion config property. This is an optional property that defaults to true.

Testing

Unit tests added for all relevant combinations.