Thomas Norling

Results 80 comments of Thomas Norling

The error tells you what's wrong, there's no auth code in the request you've passed to MSAL. It looks like you got a server error back from the /authorize request...

Closing as this was merged via #7745, thanks for the contribution!

I wonder if we should log a flag to telemetry to explicitly indicate a retry was performed? Or is it preferable to determine this by building queries with the existing...

Closing as duplicate of #3923. We're aware of the limitation but unfortunately haven't been able to prioritize the changes that would be required to make this work.

Closing in favor of #7735

As per our [initialization docs](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/initialization.md#option-1): "The initialize function is asynchronous and must resolve before invoking other MSAL.js APIs." Additionally the [docs for the useMsal hook](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-react/docs/hooks.md#usemsal-hook) specifically mention not relying on...

@ocindev I appreciate the details here. I've just merged a fix for this, please expect it to be included in our next release and reach out if you continue to...

Thanks for the suggestion, unfortunately the proposed changes aren't compatible anymore with some changes we've made since and to do this right may require some breaking changes. I'm going to...

Closing as duplicate of #3923. We're aware of the limitation but unfortunately haven't been able to prioritize the changes that would be required to make this work.