oidc-provider
Advanced tools
Comparing version 7.14.1 to 7.14.2
@@ -312,3 +312,16 @@ /* eslint-disable max-classes-per-file */ | ||
instance(provider).configuration('requestObjectSigningAlgValues').forEach(Set.prototype.add.bind(algs)); | ||
[ | ||
'introspectionSignedResponseAlg', | ||
'userinfoSignedResponseAlg', | ||
'authorizationSignedResponseAlg', | ||
'idTokenSignedResponseAlg', | ||
'requestObjectSigningAlg', | ||
].forEach((prop) => { | ||
algs.add(client[prop]); | ||
}); | ||
if (!client.requestObjectSigningAlg) { | ||
instance(provider).configuration('requestObjectSigningAlgValues').forEach(Set.prototype.add.bind(algs)); | ||
} | ||
instance(provider).configuration('requestObjectEncryptionAlgValues').forEach(Set.prototype.add.bind(algs)); | ||
@@ -315,0 +328,0 @@ |
{ | ||
"name": "oidc-provider", | ||
"version": "7.14.1", | ||
"version": "7.14.2", | ||
"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
563117
14507