Open davemcmanus opened 6 years ago
@davemcmanus were you able to solve this, we're experiencing the same issue?
@davemcmanus were you able to solve this, we're experiencing the same issue?
@kameelyan Unfortunately, because of that bug, we stopped using the library. Also, the lack of response for the last year gave us another reason to stop using the library. We just wrote our own. adal.js is very straight-forward to use.
Whenever I visit a url on my site that has query params, I lose the params when the Azure login page returns back to my site after a successful login.
I can see the properly URL encoded value in the "redirectUri" param to the Azure login page, but the query params in my URL are gone when the Azure login page redirects.
Any thoughts?