-
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
Problem with msal-browser v2.32.2 on safari #5548
Comments
From version |
Same issue for us. Could it be this commit? As I recall, Safari does not have support for lookbehind. Sorry if I am way off, take this with a grain of salt :) |
Thanks for raising the issue @kbartyzel . We'll look into it and provide updates here. For now, please downgrade to 2.32.1 if that's possible. |
Just a simple downgrade to the previous versions of microsoft-authentication-library-for-js/lib/msal-browser/package.json Lines 92 to 94 in 4ba6eb3
So even with a new install, the latest (and corrupt) version of With {
"dependencies": {
"@azure/msal-browser": "2.32.1",
"@azure/msal-react": "1.5.1",
},
"overrides": {
"@azure/msal-common": "9.0.1"
}
} |
This worked for me, I also had to add @azure/msal-common": "9.0.1" as a dependency |
Thanks for pointing this out, this is really useful info 🙇♂️ I think the dependency |
If you are using "dependencies": {
"@azure/msal-browser": "2.32.1",
"@azure/msal-common": "9.0.1",
"@azure/msal-react": "1.5.1",
}
"resolutions": {
"@azure/msal-common": "9.0.1"
} |
Core Library
MSAL.js v2 (@azure/msal-browser)
Core Library Version
2.32.2
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
"@azure/msal-react": "1.5.1"
Public or Confidential Client?
Public
Description
We have exceptions
and few others after updating to the new package. Yesterday everything was working.
Previously working version was
"@azure/msal-common" : "9.0.1",
"@azure/msal-browser": "2.32.1",
"@azure/msal-react": "1.5.1",
Error Message
No response
Msal Logs
No response
MSAL Configuration
Relevant Code Snippets
Reproduction Steps
Open a page
Start to log in
After login, redirect back to the original page, we have an exception
Expected Behavior
Token is valid, everything is configured correctly
Identity Provider
Azure AD / MSA
Browsers Affected (Select all that apply)
Safari
Regression
@azure/msal-browser": "2.32.1
Source
Internal (Microsoft)
The text was updated successfully, but these errors were encountered: