Capacitor hosts the app locally at capacitor://localhost for iOS. When auth0-spa-js attempts to redirect, it throws Error: Redirection to URL with a scheme that is not HTTP(S)
. Any settings I need to change in order to allow auth0 to call back to a custom url scheme?
My understanding is auth0-spa-js should work just as well for native apps. Has anyone successfully integrated ionic 4 with auth0 on iOS?
Also, is there a more active forum to request help on similar subjects? I understand the team is very busy, but it seems there’s a pretty large delay between posts and responses on here.
Hello ,
add server": {
“iosScheme”: “https”,
“androidScheme”: “https”} , in capacitor.config.json
Hey Austin, did you find a resolution for this?
I’m curious to know if you found a solution to this? I am facing this issue still today