Hello,
I’m having trouble authenticating with Internet Explorer and Edge: both fail to access my Auth0 profile. Edge gives an INET_E_DOWNLOAD_FAILURE
error code while IE complains about an INET_E_INVALID_URL
.
I’m using auth-js
v9.5.1 in an Angular app. Everything works fine in Chrome/Vivaldi, Safari and Firefox.
The problem occurs right after I initiate the login procedure in my Angular app by calling auth0.authorize in my app, and clicking the account under Last time you logged in with
on the pop-up. This sends me to https://<my-auth0-domain>.com/login/callback?state=<token>
which Edge and IE fail to retrieve citing the errors above.
I’ve no idea where to begin debugging this. Does anyone have any thoughts and/or pointers?