-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entry not found in cache #53
Comments
Hi @chrmarti , Seems I found the root cause. It might be a bug in adal lib. I create an issue: AzureAD/azure-activedirectory-library-for-nodejs#197 Correct me if I'm wrong. 😄 |
@jdneo I cannot reproduce this myself currently. Is it still a problem and would it be fixed by the PR AzureAD/azure-activedirectory-library-for-nodejs#188? |
I can still repro this on my side, the steps are:
|
That reproduces it and the PR you linked seems to fix it. Now we just need that fix in adal-node. |
@chrmarti Agree.. |
I was able to repro this, simply by leaving VS Code open for ~an hour without interacting with it. |
We are experiencing the same issue. Do you guys know if it has been fixed? |
No, AzureAD/azure-activedirectory-library-for-nodejs#197 should be reopened from what I see. |
Any idea on the right person/team to contact about getting this fixed? |
@navyasric closed the upstream issue (AzureAD/azure-activedirectory-library-for-nodejs#197), maybe we can reach out to her. |
No, wait, I know! |
Unfortunately this has been an issue with ADAL for a while. We're onboarding support for Microsoft's new authentication library: MSAL (tracking in #203) which will likely fix this issue. And if not - at least MSAL is actively maintained and we can request changes from the MSAL team. |
From @jdneo in #45 (comment):
Hi @chrmarti I found out a way to reproduce
Entry not found in cache
error. Just trigger theAzure: Open bash in clould shell
twice.More details can be found in the gif below:
The text was updated successfully, but these errors were encountered: