Closed ms-hkgupta closed 4 years ago
I'm getting reports of a similar issue in our production app. Like hkgupta mentions its extremely intermittent. I haven't been able to reproduce but a colleague did and not. On the refresh call the server hits a timeout and adal isn't handling it.
These seemingly intermittent timeouts are a known bug in adal js
. The timeouts and the rest of these bugs have been fixed in msal js
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...