Skip to content
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

Communication problems between AuthorizationManagementActivity and RedirectUriReceiverActivity are caused by an Android 14 task stack issue. #1061

Closed
6 tasks done
akoueikjc opened this issue Apr 26, 2024 · 1 comment
Labels

Comments

@akoueikjc
Copy link

akoueikjc commented Apr 26, 2024

Checklist:

  • I am using the latest release
  • I searched for existing GitHub issues
  • I read the documentation
  • I verified the client configuration matches the information in the identity provider (or I am using dynamic client registration)
  • I am either using a custom URI scheme or https with App Links for client redirect.
  • I can reproduce the issue in the demo app (optional)
  • [ ]

Configuration

  • Version: 0.11.1
  • Integration: native Java
  • Identity provider: Google

Issue Description

My Problem is only on Android 14 devices. Google Pixel 7 Pro API 34.
I have Activity A and B.
Activity B has it own taskAffinity, and im launching the AuthRequest from Activity B and finishing im getting No stored state - unable to handle response warn from AuthorizationManagementActivity.
and its not redirecting the activity B but opening it own Task instance.

I've attempted to use AuthorizationManagementActivity and RedirectUriReceiverActivity with the same custom taskAffinity. It was unsuccessful. (DID NOT WORK)

@akoueikjc akoueikjc added the bug label Apr 26, 2024
@akoueikjc
Copy link
Author

Please note that this issue has nothing to do with AppAuth-Android library.

I already gave my answer here #977 (comment)

do there is a way to bypass Samsung Android 14 bug on the activity Result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant