I already successfully implemented Auth0 in Chrome Extension which is available in Chrome Store, and now I’m trying to convert this extension for Microsoft Edge. On the extension side, code is completely the same. I update Allowed Origins (CORS)
, Allowed Callback URLs
and the rest of settings in Auth0 dashboard in the same way I did with Chrome Extension using key from Microsoft Store, but I keep getting this error when I try to login from extension :
Authorization page could not be loaded.
Are there any specific settings for Edge Extensions, as they introduced them recently?