SDK Integration: Issues with Redirecting Back to Android App

I’ve integrated the Android SDK into my project and followed the documented steps. The login prompt appears, and authentication seems successful, but the app isn’t redirecting back afterward.

In the sample app, I noticed both “Success Login” and “Success Exchange” statuses, but in my project, only “Success Login” appears.
only login status showing

The app remains stuck on the page without redirecting back to the Android app.

Hi @jaydeep.khambhayta,

Welcome to the Auth0 Community! Answering this since it might help others as well!

This issue is usually triggered by mobile browsers which tend to block redirects when using an https scheme leading to a “Not found ” or blank page. Given that you are trying to integrate this with your Android App the solution should be using any custom scheme that is not http or https in the callback URL.

You can also follow this Knowledge Article that provides links to working code examples.

Best regards,
Remus

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.