benbaran / adal-angular4

Angular 4/5/6/7 ADAL Wrapper
MIT License
86 stars 104 forks source link

Losing query params when login redirect completes #30

Open davemcmanus opened 6 years ago

davemcmanus commented 6 years ago

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?

kameelyan commented 5 years ago

@davemcmanus were you able to solve this, we're experiencing the same issue?

davemcmanus commented 5 years ago

@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.