benbaran / adal-angular4-example

Angular 4 ADAL Wrapper Example
28 stars 13 forks source link

Acquiretoken fails #12

Open Lecha1 opened 6 years ago

Lecha1 commented 6 years ago

Hallo, Everything works except for acquiretoken it fails with timeout. Could you tell me in details(coz I am new in this subject) how can this be solved? I need this method to work.

Kind Regards

Lecha

DevarshiDave commented 6 years ago

Its probably because you have used extraQueryParameter in your config, remove that and it will work. That's because adal.js < 1.0.16 doesnt support extraQueryParameter. refer this --> adal-angular-release-documentation