Closed venkatgude90 closed 4 years ago
This infinite loop in adal js
is a known bug and is fixed in msal js
. All current authentication work from Microsoft is delivered through the msal js
library here. adal js
is still supported only for security fixes. We recommend moving to msal js
for any advanced feature requests and bugfixes.
I'm submitting a...
Browser:
Library Name
Library version
Library version: 1.0.17
Current behavior
I have accessed application and left browser without closing window and revisited the page after token expiry then refresh page causing infinite loop to login with renew status InProgress and Cancelled. Able to see below errors in console. Where as if I close and reopen window is wor
Expected behavior
Application either need to prompt for login or allow to access pages by renewing token.
Minimal reproduction of the problem with instructions