I am trying the Auth0 integration but am having some technical issues, could you please point me in the right direction as to how I could move forward.
Currently I are testing via physical device and emulator:
1). I get the app to open the inappbrowser
2). Takes me to the microsoft login page
Then I get an error saying “safari cannot open the page because the address is invalid” I have checked that the callback url to match the docs as well as replacing the package id (YOUR_PACKAGE_ID://dhameergovindeoh.auth0.com/cordova/YOUR_PACKAGE_ID/callback)
I have attached a couple screenshots of the process
Hey guys, make sure YOUR_PACKAGE_ID is in lowercase. The cordova url scheme plugin requires that and will create the ERR_UNKNOWN_URL_SCHEME error above.
@admin16
Hi! I have the same issue when I was trying to login into auth0 client on both android emulator and android device.
![alt text][1]
At the same moment I can perform login into auth0 client on iOS emulator.
As a start point I get ionic2 sample auth0 application. @admin16
PS Also I could not make login page opened on android after I made steps from tutorial. I had to install plugin ionic cordova plugin add cordova-plugin-inappbrowser, then page opens. But I cant login with google because of restrictions of in-app browsers. And because of this auth0 ionic2 sample application doesn’t work on android. Don’t know how to solve this… Maybe someone can help?
When I have had this exception (disconnect between the browser process and processing the Intent on the ionic/app side), it has been because of having inappbrowser plugin installed. I am pretty sure you don’t want inappbrowser. In my package.json, I have the following which are probably pertinent.
“cordova-plugin-safariviewcontroller”: “^1.4.7”
“cordova-plugin-customurlscheme”: “^4.3.0”
“cordova-android”: “^6.2.3”
“cordova-browser”: “^4.1.0”