You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a Chrome extension that adds an IFrame on some specific pages to enhance the webpage functionnalities.
To notify the Extension that something new happened, the redirect URL HAS to be something like https://[LONG_ID].chromiumapp.org where LONG_ID is the ID of the Chrome Extension in the store.
Gotcha: This URL can be pinged ONLY in the context of the Chrome Extension. To give you an example, Chrome.identity.launchWebAuthFlow (https://developer.chrome.com/apps/identity#method-launchWebAuthFlow) implement the OAuth exchange in a popup, redirecting works properly but they do not do any caching (that's why I'm looking after JSO).
Do you have any idea how we could achieve the matter?
Thanks.
The text was updated successfully, but these errors were encountered:
We have a Chrome extension that adds an IFrame on some specific pages to enhance the webpage functionnalities.
To notify the Extension that something new happened, the redirect URL HAS to be something like
https://[LONG_ID].chromiumapp.org
whereLONG_ID
is the ID of the Chrome Extension in the store.Gotcha: This URL can be pinged ONLY in the context of the Chrome Extension. To give you an example,
Chrome.identity.launchWebAuthFlow
(https://developer.chrome.com/apps/identity#method-launchWebAuthFlow) implement the OAuth exchange in a popup, redirecting works properly but they do not do any caching (that's why I'm looking after JSO).Do you have any idea how we could achieve the matter?
Thanks.
The text was updated successfully, but these errors were encountered: