I am using angular -8 and adal authentication.
Sometimes I face issue, while first time opening the app, page stuck on Microsoft login screen. and doesnt come back after
adal.login()
scenario-2 ) when token expires and app goes to login , then again it stucks at login screen.
I'have handled the callback but still not working.
"adal-angular": "^1.0.17",
"adal-angular4": "^3.0.16",
I am using these libraries.
Some users are facing issue in chrome, some are facing in edge.
Thanks!

