benbaran / adal-angular4

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

fix: token renewal operation failed due to timeout #59

Closed stuarthallows closed 6 years ago

stuarthallows commented 6 years ago

When requesting a token for an endpoint, the console errors with ERROR Token renewal operation failed due to timeout. Resolved by downgrading to adal-angular 1.0.15.

See #47

ringodotnl commented 6 years ago

This also fixed our issue, cheers

DanaEpp commented 6 years ago

Is this PR being considered? Seems like it fixed #47, and I can't see the downgrade impacting anything else.

benbaran commented 6 years ago

It was merged today : )

Sent from my iPhone

On Jul 1, 2018, at 5:23 PM, Dana Epp notifications@github.com wrote:

Is this PR being considered? Seems like it fixed #47, and I can't see the downgrade impacting anything else.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

DanaEpp commented 6 years ago

Awesomeness. Thanks Ben!

shijinmk2006 commented 4 years ago

Am facing the same issue while acquiring token. Using adal-angular4 : "4.0.12" .Still it generate the adal-angular:1.0.17 . How can i degrade to 1.0.15 at this time. While am using this Token timeout occurs eventually am not able to click on any links as i got unauthorized.In the token timeout there is a logic to set authenticated=false.

Any update on this?