AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

localStorage doesn't get update #910

Closed moraiMicrosoft closed 4 years ago

moraiMicrosoft commented 4 years ago

Hi!

We are using Application insights into our web application by adding the script to our HTML file. When deleting the cookies and local storage from the browser data, only the cookies are set with the ai values. It used to also update the local storage with an equivalent value. Now, it set an empty value or doesn't set anything at all. Looking into the docs didn't result in any function or param that can init local storage with ai values. Can you please advise with this issue?

Thanks!