I use the oauth provider with the chrome extension, and they can provide me with only one client identifier. Their uri redirection should be the same between my Chrome app, Android app and iOS app. However, the instructions in the Chrome hardware documentation say that my redirect URL should be something like "https: // '+ extension_id +'. Chromiumapp.org/provider_cb.
My chrome extension, Android app and ios app have different extension identifiers.
Is there a way to force my chrome extensions and Android and Android iOS apps to use the same extension id?
source
share