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
When storeAuthStateInCookie is enabled and i closed the application for round about 1 hour, it sometimes happens that the authentication flow does not start. When i call this.$msal.isAuthenticated() in the mounted hook of my application, it returns true, but when i take a look to the this.$msal.data the idToken is empty and accessToken is invalid.
The only way to bring my application back working is to clear all cookies and local storage.
Is there somebody who has the same issues?
The text was updated successfully, but these errors were encountered:
When
storeAuthStateInCookie
is enabled and i closed the application for round about 1 hour, it sometimes happens that the authentication flow does not start. When i callthis.$msal.isAuthenticated()
in the mounted hook of my application, it returnstrue
, but when i take a look to thethis.$msal.data
theidToken
is empty andaccessToken
is invalid.The only way to bring my application back working is to clear all cookies and local storage.
Is there somebody who has the same issues?
The text was updated successfully, but these errors were encountered: