-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error 'AADServerParamKeys' is not exported from '@azure/msal-common/browser' #7396
Comments
Also tried with Node 16 with same result |
Also seeing a similar issue when attempting to upgrade @azure/msal-browser from v2 to v3. Error message
Node version: v20.14.0 What I tried:
Both attempts were unsuccessful. Not entirely sure if it's exactly the same issue but seems like it could be related. |
@BasSchoutenTribe Can you please try building with node 18 or above? Older versions of node are not supported by MSAL.js v3. |
Sorry, but it is not possible on the short term to port our app to node18, too many dependencies that don't support that |
Please try LTS SDK: |
At least that compiles ... |
Core Library
MSAL.js (@azure/msal-browser)
Core Library Version
3.26.1
Wrapper Library
Not Applicable
Wrapper Library Version
N/a
Public or Confidential Client?
Public
Description
I'm trying to use the msal-browser functionality im our project to have access to Graph in our Outlook addin
When I add the package and try to use it by calling
createNestablePublicClientApplication()
I get a compile errorUsing node 14.17.4
I cannot find any node requirements for this package
Error Message
MSAL Logs
N/A
Network Trace (Preferrably Fiddler)
MSAL Configuration
Relevant Code Snippets
package.json:
Reproduction Steps
N/A
Expected Behavior
No compile error
Identity Provider
Entra ID (formerly Azure AD) / MSA
Browsers Affected (Select all that apply)
Chrome
Regression
No response
The text was updated successfully, but these errors were encountered: