openid-client
Advanced tools
Comparing version 3.15.2 to 3.15.3
@@ -5,2 +5,11 @@ # Change Log | ||
## [3.15.3](https://github.com/panva/node-openid-client/compare/v3.15.2...v3.15.3) (2020-06-15) | ||
### Bug Fixes | ||
* give AAD v1 common same treatment as v2 common ([2344e00](https://github.com/panva/node-openid-client/commit/2344e006fd4086d0df8391f9ef95cce25299e45f)), closes [#269](https://github.com/panva/node-openid-client/issues/269) | ||
## [3.15.2](https://github.com/panva/node-openid-client/compare/v3.15.1...v3.15.2) (2020-06-01) | ||
@@ -7,0 +16,0 @@ |
@@ -775,3 +775,2 @@ /* eslint-disable max-classes-per-file */ | ||
if (payload.s_hash) { | ||
@@ -1572,3 +1571,2 @@ if (!state) { | ||
/** | ||
@@ -1582,3 +1580,2 @@ * @name issuer | ||
/** | ||
@@ -1585,0 +1582,0 @@ * @name issuer |
@@ -6,2 +6,3 @@ const OIDC_DISCOVERY = '/.well-known/openid-configuration'; | ||
const AAD_MULTITENANT_DISCOVERY = new Set([ | ||
`https://login.microsoftonline.com/common${OIDC_DISCOVERY}`, | ||
`https://login.microsoftonline.com/common/v2.0${OIDC_DISCOVERY}`, | ||
@@ -8,0 +9,0 @@ `https://login.microsoftonline.com/organizations/v2.0${OIDC_DISCOVERY}`, |
@@ -62,3 +62,2 @@ const { STATUS_CODES } = require('http'); | ||
module.exports = processResponse; |
{ | ||
"name": "openid-client", | ||
"version": "3.15.2", | ||
"version": "3.15.3", | ||
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", | ||
@@ -60,9 +60,9 @@ "keywords": [ | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint": "^7.2.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"eslint-plugin-import": "^2.21.2", | ||
"husky": "^4.0.0", | ||
"mocha": "^7.0.0", | ||
"mocha": "^8.0.1", | ||
"nock": "^12.0.1", | ||
"nyc": "^15.0.0", | ||
"nyc": "^15.1.0", | ||
"readable-mock-req": "^0.2.2", | ||
@@ -69,0 +69,0 @@ "sinon": "^9.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162532
3157