Can OAuth client redirect to moz-extension://

Hi there,
I am trying to use a moz-extension to authenticate on PureCloud. In the extension I make a manual redirect to the oauth endpoint. This is all good, but it seems that while PureCloud accepts for me to setup a reidrect url of moz-extension://whatever in the OAuth client, I keep getting the 'Unrecognized redirect url' page.

Hi,

I'm unsure if it's possible to use a moz-extension:// as a redirect URL, the lack of documentation around it suggests that it's not possible.
To get the token you could use external services that could eventually pass it to the firefox extension.

Yup - I changed the application design to overcome that challenge.
FYI, it definitely used to work, but has stopped recently.

Glad you found a workaround.
If it worked before then a bug could have been introduced on our side or something changed in the workings of Firefox extensions. You could reach out to our care team to try get that feature fixed.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.