I have cloned this repo. Which uses adal-angular.js
Everything work as expected;except the token refreshing. Indeed, if after 1 hour I do anything that issues an XHR to a protected resource then no more token being sent along with the request and I get stuck with a 401. Shouldn’t be the token renewed silently by the hidden iframe? Or Am I missing something.