node-azure-ad-jwt
node-azure-ad-jwt copied to clipboard
An Azure Active Directory Token Validation component for node.js
A high severity CVE was raised against `jsonwebtoken` which this library uses See: https://security.snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 Would it be possible to bump the dependency up to version 9.0.0 where this has been...
Hi @dei79, I am trying to use this with React 18 and webpack 5 and getting tons of errors.. see below just a fraction of it. ``` Compiled with problems:X...
…for the openId config url and the issuer url, ensuring that this library can be used with domains other than login.windows.net, and for specific api version paths etc.. Would resolve...
In readme file document say that caching not using **Currently the version is not using caching this means the certificates will be downloaded from Mirosoft with every verification request. If...
Currently when reading `error.message`, it shows "-1" instead of the intended "Not a valid AAD token". Maybe I'm missing the purpose of "-1", but this should fix it.
AAD issued me a JWT with issuer "https://login.microsoftonline.com/[tenant-id]/v2.0", and validation is failing because validate always expect this issuer 'https://sts.windows.net/[tentant-id]'. Would it be better if one can define whitch issuer to...
I initially wasn't planning on using this library and was looking for an alternative due to the caching warning, right up until I looked into just adding caching myself, and...
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...
his dependency was not found: `fs in ./node_modules/request/lib/har.js` To install it, you can run: `npm install --save fs` I've installed it, and still the same issue.