node-azure-ad-jwt
node-azure-ad-jwt copied to clipboard
cannot read every of undefined
Hello I hope you can help,
Summary: There is some case where certificates parameter can be undefined function: self.verify file: lib/azure-ad-validation-manager.js.
Since there is no try block encapsulating certificates.every, or variable check on certificates before certificates.every, it is causing issues.
Thank you