Thomas Norling
Thomas Norling
@dependabot rebase
@dependabot recreate
The issue is that your application is invoking the interceptor _before_ MSAL initialization is complete thus resulting in an interaction_required error. You should make use of the [inProgress observable](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/events.md#the-inprogress-observable) to...
> Please refer to my AuthService above. I'm doing just that. I didn't change this code at all before upgrading and it worked before. > > Or am I missing...
Please see the explanation for this error [here](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/errors.md#hash_empty_error) Hash empty errors are caused by some code running on your redirectUri page that is removing the hash. We unfortunately cannot assist...
> IMO the encryption gives a false sense of security. Yes local storage is "encrypted" but if an attacker manages extract your local storage then they obviously can also extract...
The 'Keep Me Signed In' : False state was not being respected prior to this change. Id and access tokens are stateless. Once they've been issued they are still valid...
Unfortunately, there are no plans to provide an option to disable this particular feature because it was implemented for security and privacy reasons.
@samuelcm-bflexion You should never read or write to our storage entries directly, in tests or otherwise. Storage keys and values are not part of our public API surface and are...
Closing as duplicate of #3923. We're aware of the limitation but unfortunately haven't been able to prioritize the changes that would be required to make this work.