Andrew Craswell
Andrew Craswell
I've seen this same issue surfaced today as well for other users. Seems there's an issue logged for it already on MSAL side of things: https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/1009
Received an update from MSAL that the team is investigating this and they are working with teams who are experiencing similar timeouts.
I pushed a new version with the latest beta 3. I'm still seeing reports from others that it's not resolved though. For my scenario, we learned we were using the...
I pushed the latest Beta 4, which is supposed to resolve this issue I believe. For my own projects, I am no longer encountering this issue so I can't speak...
I would post a new issue on the MSAL repo to make sure you're not dealing with an edge case they aren't aware of. Since you're still able to repo,...
Hmmm, yeah, I was hoping listing the `msal` library as a `peerDependency` would give the flexibility to roll back to a specific version or beta of `msal`. I've been feeling...
Hey @brayanL, the error you have is saying the MSAL blocked a page navigation from occuring. Seems the AAD was trying to redirect to an error page, but MSAL prevented...
> and now I get the following error instead: `Unsafe JavaScript attempt to initiate navigation for frame with origin 'https://localhost:3000' from frame with URL 'https://*'. The frame attempting navigation of...
@rosenjcb, It's a very useful clue that you're still seeing intermittent issues. I just pushed a release with a fix which resolves an issue where an incorrect `redirectUri` was sometimes...
@KonstantinDinev Can you post the full text of the error, including the URLs? The error you're seeing is saying that there was an error, and AAD was trying to redirect...