benbaran / adal-angular4

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

ERROR Token renewal operation failed due to timeout angular 6 #43

Closed som-nitjsr closed 6 years ago

som-nitjsr commented 6 years ago

I am getting this error while updated to angular6. it was working till angular 5
this.adalService.acquireToken("00000003-0000-0000-c000-000000000000").subscribe(token => {

       console.log(token);

    });
DanaEpp commented 6 years ago

Is this not related to #47

I'd close this a dupe.

geerzo commented 6 years ago

Duplicate of #47