Hey, Im creating a browser extension and I want to...
# talk-kratos
h
Hey, Im creating a browser extension and I want to use Ory as the oauth2 proxy with social sign ins. I can’t use the
chrome.identity.launchWebAuthFlow
API since I cant use the popup thats being created. When I try to set the
redirect_uri
to the extension auth page (which uses the
chrome-extension://
schema I get an error that the following error:
Copy code
Expected URL but got error `publicsuffix: cannot derive eTLD+1 for domain "ckdibgmbbhmafmjpjmknleccgcddanan"` while parsing `<chrome-extension://ckdibgmbbhmafmjpjmknleccgcddanan/authPage.html>`.. Please check that the urls are in the correct format and try again.
Also, tried it with the CLI and I get the same results. Is there any way that I can still do that other than opening another endpoint of mine with the redirect capabilities? Thanks in advance!