chat.mozilla.org SSO support
stoically opened this issue · 1 comments
stoically commented
https://chat.mozilla.org
requires SSO, which does a hidden form post from auth.mozilla.auth0.com
to https://mozilla.modular.im/_matrix/saml2/authn_response
which then responds with a 302 pointing to the extension url, which obviously fails because the web can't redirect to extension pages. It should be possible to request permissions for mozilla.modular.im
when SSO is required and handle the redirection response using webRequest.onHeadersReceived
.
stoically commented
Implemented; will be available with the next release.