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.
So far, I have already configured to login on desktop browser (chrome). After login I get redirected to redirectionURL along with the authorization code.
Hi @biswas.khayargoli,
Also , I think you need to change localhost to some-ip (like 192.168.1.10 ) .
Add this ip on Dashboard-> Application → allowed callback URLs ( http://192.168.1.10/callback ).
Can you go to Dashboard->Logs , and share it here … (redacted-logs). Please share your browser-details..
Sometimes this can happen due to cross-origin .
Rudimentary questions :
Have you added “http://localhost/callback” in your allowed callback URLs ( in Dashboard-> Application → allowed callback URLs ).
Why not use app-based-URLs to get the access_token (like com.mycompany.myapp://auth0data/callback …) ?
I had the same interminet issue. It’s because some browsers don’t allow cookies. (e.g. safari, ie, edge, and some mobile browsers). Also, users could explicitly set “Do not track” option in their devices/browsers.
Hi @bruno.cascio thanks for that )
Do you have a custom domain (while we are on a free tier)?
In my case it seems to be related to clients browser - it is identified as
Apache-HttpClient 4.5.2 / Other 0.0.0 - which is a bit weird (it might be a tor-based smth like orweb, orfox or a kind of an app that implements apache-client based on java)
Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.
Wanted to reach out to know if you still require further assistance?