angular-oauth2-oidc
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -990,3 +990,3 @@ (function (global, factory) { | ||
} | ||
if (this.getKeyCount() > 1 && !claims.kid) { | ||
if (this.getKeyCount() > 1 && !header.kid) { | ||
var /** @type {?} */ err = 'There needs to be a kid claim in the id_token when multiple keys are defined via the property jwks'; | ||
@@ -993,0 +993,0 @@ console.warn(err); |
@@ -999,3 +999,3 @@ import { Injectable, NgModule } from '@angular/core'; | ||
} | ||
if (this.getKeyCount() > 1 && !claims.kid) { | ||
if (this.getKeyCount() > 1 && !header.kid) { | ||
var /** @type {?} */ err = 'There needs to be a kid claim in the id_token when multiple keys are defined via the property jwks'; | ||
@@ -1002,0 +1002,0 @@ console.warn(err); |
{ | ||
"name": "angular-oauth2-oidc", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -9,4 +9,4 @@ # angular-oauth2-oidc | ||
- [jsrasign](https://kjur.github.io/jsrsasign/) for validating token signature and for hashing | ||
- [Identity Server](https://github.com/identityserver) (used for Testing with an .NET/.NET Core Backend) | ||
- [Keycloak (Redhad)](http://www.keycloak.org/) for Testing with Java | ||
- [Identity Server](https://github.com/identityserver) used for Testing with an .NET/.NET Core Backend | ||
- [Keycloak (Redhad)](http://www.keycloak.org/) used for Testing with Java | ||
@@ -13,0 +13,0 @@ ## Resources |
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
155816