Closed eKipod closed 6 years ago
In handleWindowCallback, if renew succeeds for anything but 'access_token', nothing happens (leaving e.g. acquireToken() hanging). Should there be a case for handling 'id_token'? Should there be a catch-all error callback invocation?
handleWindowCallback
'access_token'
acquireToken()
'id_token'
I ran into the same issue, and have submitted a PR to fix it.
Closing as an old issue that appears to have been solved. Please post a new issue if there is still an issue here.
In
handleWindowCallback
, if renew succeeds for anything but'access_token'
, nothing happens (leaving e.g.acquireToken()
hanging). Should there be a case for handling'id_token'
? Should there be a catch-all error callback invocation?