@equinor/fusion
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -116,3 +116,3 @@ import AuthApp from "./AuthApp"; | ||
const base = "https://login.microsoftonline.com/3aa4a235-b6e2-48d5-9195-7fcf05b459b0/oauth2/authorize"; | ||
const params = Object.assign({}, customParams, { client_id: app.clientId, response_type: "id_token", redirect_uri: getTopLevelWindow(window).location.origin, | ||
const params = Object.assign({}, customParams, { client_id: app.clientId, response_type: "id_token", redirect_uri: getTopLevelWindow(window).location.href, | ||
// login_hint: window["currentUpn"], // Get current user profile mail | ||
@@ -119,0 +119,0 @@ domain_hint: "@equinor.com", nonce: nonce.getKey() }); |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
101991