Redirect to custom Chrome extension failing

I am writing a Chrome extension that uses Okta for authentication, and I am having some trouble with redirection. The redirectUri for the webpage packaged in the chrome extension is chrome-extension://<chrome-extension-id>/html/background.html. I have included that URI in the app’s list of authorized redirects, but the redirect still fails.

Are non-standard schemes like chrome-extension:// not supported?

Thanks,
Tyler

Redirect configuration & log showing failure:

1 Like

Please try this URL and add it also to the Okta application:
https://<chrome-extension-id>.chromiumapp.org/html/background.html

Please check also JavaScript errors in the opened chrome-extension:// popup.
If you are using manifest v3 you will have to exclude all inline JS from background.html and include it with the JS files.