Version: 0.11.1
Integration: native Kotlin
Identity provider: Google
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)
I was expecting the result to redirect to Activity B and not opening a new orphan Activity with custom app stuck on login
Anthony Koueik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.