-
I’m using MSAL intergrate with Angular standalone for Login functionality, app-root is simply contain
-
From login’s screen, I click Next button to login, and it auto redirect me to microsoft site to conduct login, after I login, a info logging has been logged like this:
[email protected] : Info - handleRedirectPromise called but there is no interaction in progress, returning null.
-
I checked from LoginComponent, broadcastService.inProgress$ has broadcast a status is none, so it caused application is stopped and cannot redirect to homepage
Please support this issue,
Thanks all
enter image description here
enter image description here