I’m testing the Android sample application and I’m not able to complete the authorization flow if I sign-in with a Google account that has the two-factor authentication enabled. The CustomTab stays opened forever when it tries to do the last redirect.
Debugging I can see that the callback request has been cancelled but I don’t understand why. I’m attaching a har file containing the info related to this request.
I guess that the browser is blocking the redirect to the custom scheme and that’s the reason why the CustomTab stays opened. Is there anything I can do to avoid this behavior?
For better transparency I opened a GitHub issue on your behalf in the repo so that you can potentially also talk with quickstart maintainers there. It’s here: