Closed Bug 1479990 Opened 6 years ago Closed 6 years ago

oauth2 is not supported in firefox addons

Categories

(WebExtensions :: Compatibility, defect)

59 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1320862

People

(Reporter: programmertushant, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36 Steps to reproduce: "oauth2": { "client_id": "11444-8ejpu2984hsodgvmn8vc9pblteupetas.apps.googleusercontent.com", "scopes": ["profile", "https://www.googleapis.com/auth/gmail.readonly"] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnqFjzbt+LtejD1JhOyMUbejOHdLoemzryr+ZQHK2CEKuI0yVVYToFs7eNusH/hfxhnyF27G4BU8apsTc695EpVQGD0ANKdt6BjubRnA/4VcdkmfdD3D9ns Actual results: oauth2, key are not supported due to which i could not have addons in firefox. I wanted this sooner so I won't loose my customers who uses firefox. Expected results: oauth2 and key should be supported or should have some alternatives.
Version: 1.0 Branch → 59 Branch
Setting as an Extension Compatibility issue, please correct if this is not the case.
Component: Untriaged → Extension Compatibility
Component: Extension Compatibility → Untriaged
Product: Firefox → WebExtensions
Component: Untriaged → Compatibility
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
While the dup is appropriate, it should also be noted that there will never be compatibility here. If we implement the manifest data and other identity apis, it will be against our own auth systems, not googles. You will need to use identity.launchWebAuthFlow() in Firefox to auth with Google.
You need to log in before you can comment on or make changes to this bug.