-
Notifications
You must be signed in to change notification settings - Fork 887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User cancelled flow #1038
Comments
Hi I'm facing the issue that there is no callback after cancelling the browser. |
Steps to reproduce it:
|
I am experiencing the same issue with the authorization flow in AppAuth-Android on devices running Android 12, 13, and 14. When I attempt the login process, the authorization code is not successfully returned to my app, and it fails to redirect back to the application. This issue does not occur on devices running Android versions 8.1.0 through 11. In these versions, the login flow works seamlessly, and the app correctly receives the authorization code and returns to the app as expected. I have also tried testing with Chrome version 130.0.6723.59-672305933 (com.android.chrome_130.0.6723.59-672305933), but this did not resolve the issue on Android 12, 13, or 14. Any insights or recommendations on this issue would be greatly appreciated. |
Authorize custom tags by opening them in the upper right corner of the browser for authorization. Upon returning to the app, a prompt appears: AuthorizationException: {"type": 0, "code": 1, "errorDescription": "User cancelled flow"}. However, I did not cancel the authorization and simply replaced the custom tag with a browser. Opening the browser does not result in the correct result
The text was updated successfully, but these errors were encountered: