@sphereon/ms-authenticator
Advanced tools
Comparing version 0.9.1-unstable.88 to 0.9.1-unstable.108
@@ -44,3 +44,3 @@ "use strict"; | ||
if (!authenticationArgs.credentialManifestUrl.startsWith(msIdentityHostName)) { | ||
throw new Error(ERROR_CREDENTIAL_MANIFEST_REGION + msIdentityHostName); | ||
throw new Error(ERROR_CREDENTIAL_MANIFEST_REGION + msIdentityHostName + `. value: ${authenticationArgs.credentialManifestUrl}`); | ||
} | ||
@@ -47,0 +47,0 @@ return msIdentityHostName; |
{ | ||
"name": "@sphereon/ms-authenticator", | ||
"version": "0.9.1-unstable.88+bc20d25", | ||
"version": "0.9.1-unstable.108+321b682", | ||
"source": "src/index.ts", | ||
@@ -45,3 +45,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "bc20d25d9b58688fa745e6e1020979ad936025c0" | ||
"gitHead": "321b68279f487b3abf210edf82dd9aa41006b255" | ||
} |
@@ -36,3 +36,3 @@ import { ConfidentialClientApplication, LogLevel, PublicClientApplication, UsernamePasswordRequest } from '@azure/msal-node' | ||
if (!authenticationArgs.credentialManifestUrl.startsWith(msIdentityHostName)) { | ||
throw new Error(ERROR_CREDENTIAL_MANIFEST_REGION + msIdentityHostName) | ||
throw new Error(ERROR_CREDENTIAL_MANIFEST_REGION + msIdentityHostName + `. value: ${authenticationArgs.credentialManifestUrl}`) | ||
} | ||
@@ -39,0 +39,0 @@ return msIdentityHostName |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39492