I am trying to use embedded login flow ( in my case I cannot use universal login) with cordova app using auth0.js v9.x.x.
I am using the app based url on the redirect url.
I used it as:
YOUR_PACKAGE_ID://YOUR_DOMAIN/cordova/YOUR_PACKAGE_ID/callback
Replaced it with my app specific domain and package name, but still have the same problem.
I was successfully redirected back to my app, but the url obtained as callback was:
YOUR_PACKAGE_ID://YOUR_DOMAIN/cordova/YOUR_PACKAGE_ID/callback?error=server_error&error_description=Unable%20to%20configure%20verification%20page.&state=uKXPhgCtT8icCc.o6jmPCfBSdNCvpOe4
Instead I should get Authorization_Code appended on the URL. Could anyone please help me get the auth code back to my app?