Browser extension: Firefox

Hello !

I have read the excellent thread from lvillacin about using Auth0 in a chrome extension popup. This is working very well and I’m glad to be able to silently login my users in the extension.

However, when I tried to make it work for Firefox, I encounter a pretty concerning issue:

While it is advised to use chrome-extension:extensionid as redirect_uri, this can’t be done because firefox extension uuid are non deterministic and change at every install, thus cannot be whitelisted in the Auth0 dashboard.

Do you see any solution for this ?

Best,

Maxime

I manage to create a working solution, I described it on StackOverflow: Auth0 in Firefox Add on - Stack Overflow

Hope this helps

1 Like

Thanks for sharing that with the rest of community!

1 Like