stoically / radical

Element (Riot Web) unofficially bundled as Firefox Add-on
https://addons.mozilla.org/firefox/addon/radical-web
MIT License
32 stars 1 forks source link

chat.mozilla.org SSO support #19

Closed stoically closed 4 years ago

stoically commented 4 years ago

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 4 years ago

Implemented; will be available with the next release.