You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] bug report -> please search issues before submitting
- [] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Run this sample link with updated msal-browser and msal-react packages
Any log messages given by the failure
Info - handleRedirectPromise called but there is no interaction in progress, returning null.
Expected/desired behavior
I should get authenticated even when there is no redirection
This happens when I return false from onRedirectNavigate in msalConfig which is suggested in this sample.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
kiritjoshidev
changed the title
Facing issues when using msal-broswer and msal-react in chrome extension
Facing issues when using msal-browser and msal-react in chrome extension
Oct 21, 2024
Okay, I found the issue. I did not use onRedirectNavigate in instance.loginRedirect to resolve the url and instead used it in msal config as it will be removed in the next major version of msal-browser.
So it will become a problem for extensions once next major release is out.
Can anyone comment on this?
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
This happens when I return false from onRedirectNavigate in msalConfig which is suggested in this sample.
The text was updated successfully, but these errors were encountered: