You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Desired behavior
I would like to be able to read the accounts from the cache, even when the user does not have an internet connection. It is my understanding that this functionality works when using MSAL with token caches on other platforms. Is there any reason offline functionality should not be possible with the token cache provided in this repo?
Actual behavior
When I call MsalCacheHelper.CreateAsync, it throws a HttpRequestException with the message No such host is known.
Miscellaneous
The app I am using is a .NET 5.0 WPF app.
I am using version 2.16.7 of Microsoft.Identity.Client.Extensions.Msal
The text was updated successfully, but these errors were encountered:
This is a valid bug, generally MSAL is able to perform GetAccount offline. As long as you connect to some known clouds, this should work offline. MSAL needs to go online if the are tokens in the cache for authorities it does not recognize.
Desired behavior
I would like to be able to read the accounts from the cache, even when the user does not have an internet connection. It is my understanding that this functionality works when using MSAL with token caches on other platforms. Is there any reason offline functionality should not be possible with the token cache provided in this repo?
Actual behavior
When I call
MsalCacheHelper.CreateAsync
, it throws aHttpRequestException
with the messageNo such host is known
.Miscellaneous
The text was updated successfully, but these errors were encountered: