We have a strange issue, giving som frustration for our team. When logging out on Internet Explorer11 on localhost, we are automatically signed in again. We have a simple Angular client, running "auth0-js": "^9.10.2", and the logout part of the code looks like this:
The interesting thing is that, it only occurs on IE11 served on localhost. So when we access our hosted environment, logout in IE11 works. But it’s still quite frustrating, as it’s nice to login and logout to test different user roles.
It unfortunately shows that support for Microsoft Internet Explorer 10/ 11 in terms of authentication is sustained which means it can work but doesn’t need to as we do not actively or even not at all maintain the part of our stack responsible for compatibility with this browser.
Yep unfortunately must totally agree with you when it comes to our motto on the main website and some of the elements in our product matrix.
To be honest I don’t know what might be the core reason here. Would you mind reaching to auth0.js repo maintainers directly via GitHub issue. I’m sure that asking Luis directly will be far more effective process of getting an answer! Thank you!