Tags: IvanoffDan/passport-saml
Tags
Upd: Mention ADFS 2016 with NameIDFormatError. (node-saml#242) * Upd: Mention ADFS 2016 with NameIDFormatError. * Formatting
Use crypto.randomBytes for ID generation (node-saml#235) * Use crypto.randomBytes for ID generation Math.random is not cryptographically secure, and IDs generated with it could potentially be predicted. Use crypto.randomBytes instead.
Update dependencies to be current. Also, update "license" field to be current syntax. The old "licenses" structure is deprecated. Reference: https://docs.npmjs.com/files/package.json
handle bad privateCert trap exceptions thrown by signRequest which can occurr when an invalid privateCert is passed to the saml object. Instead of throwing an exception pass the error along via the supplied callback added spec to check that the callback his hit with the error condtion when calling requestToUrl on the saml object
Merge pull request node-saml#202 from cjbarth/readme-badges Add badges to readme
PreviousNext