oidc-provider
Advanced tools
Comparing version 7.11.0 to 7.11.1
@@ -596,7 +596,7 @@ const url = require('url'); | ||
if (protocol === 'http:') { | ||
this.invalidate(`${label} for web clients using implicit flow MUST only register URLs using the https scheme', 'implicit-force-https`); | ||
this.invalidate(`${label} for web clients using implicit flow MUST only register URLs using the https scheme`, 'implicit-force-https'); | ||
} | ||
if (hostname === 'localhost') { | ||
this.invalidate(`${label} for web clients using implicit flow must not be using localhost', 'implicit-forbid-localhost`); | ||
this.invalidate(`${label} for web clients using implicit flow must not be using localhost`, 'implicit-forbid-localhost'); | ||
} | ||
@@ -603,0 +603,0 @@ } |
@@ -10,3 +10,2 @@ const STABLE = new Set([ | ||
'introspection', | ||
'issAuthResp', | ||
'jwtUserinfo', | ||
@@ -13,0 +12,0 @@ 'mTLS', |
{ | ||
"name": "oidc-provider", | ||
"version": "7.11.0", | ||
"version": "7.11.1", | ||
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
563904
14505