@criipto/oidc
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -30,2 +30,4 @@ "use strict"; | ||
const url = new URL(configuration.authorization_endpoint); | ||
url.searchParams.set('client_id', configuration.client_id); | ||
url.searchParams.set('scope', options.scope ? options.scope : 'openid'); | ||
for (const [k, v] of Object.entries(options)) { | ||
@@ -32,0 +34,0 @@ if (k === 'acr_values') |
{ | ||
"name": "@criipto/oidc", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
24937
352